Color Hex Logo

#03114b Color Hex

#03114B
(3,17,75)
1 Favorites   1 Comments

Color spaces of #03114b

RGB 31775
HSL0.630.920.15
HSV228°96°29°
CMYK 0.960.770.00   0.71
XYZ1.50800.92836.7563
Yxy0.92830.16400.1010
Hunter Lab9.634811.0770-34.8320
CIE-Lab8.379320.5559-37.1463

#03114b color RGB value is (3,17,75).

#03114b hex color red value is 3, green value is 17 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #03114b hue: 0.63 , saturation: 0.92 and the lightness value of 03114b is 0.15.

The process color (four color CMYK) of #03114b color hex is 0.96, 0.77, 0.00, 0.71. Web safe color of #03114b is #000033. Color #03114b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00010001 01001011
Octal 3 21 113
Decimal 3 17 75
Hex 3 11 4B

RGB Percentages of Color #03114b

%3.16
%17.89
%78.95

CMYK Percentages of Color #03114b

%96
%77
%0
%71

Triadic Colors of #03114b

#03114b #4b0311 #114b03

Analogous Colors of #03114b

#03114b #19034b #03354b

Monochromatic Colors of #03114b

#03114b

Complementary Color

#03114b #4b3d03

#03114b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03114b Color Preview on White Background

Lorem ipsum dolor sit amet.

#03114b Color CSS Codes

.mybgcolor {background-color:#03114b; } 
.myforecolor {color:#03114b; }
.mybordercolor {border:3px solid #03114b; }

#03114b Text Font Color

<p style="color:#03114b">Text here</p>

This sample text font color is #03114b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#03114b Background Color

<div style="background-color:#03114b">
Div content here</div>

This div background color is #03114b


#03114b Border Color

<div style="border:3px solid #03114b">
Div here</div>

This div border color is #03114b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,17,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #03114b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #03114b;
  -webkit-box-shadow: 1px 1px 3px 2px #03114b;
  box-shadow:         1px 1px 3px 2px #03114b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,17,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #03114b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #03114b;
  -webkit-box-shadow: 1px 1px 3px 2px #03114b;
  box-shadow:         1px 1px 3px 2px #03114b;">
Div content here</div>

This div box has shadow with color #03114b


Comments

29 Jan 2024, 18:24 R3G17B75

This is my favourite colour

Please login to write comment.