Html Css Color HEX #040B71 Navy

📋 copy color: '#040B71'

red 4 ◦ green 11 ◦ blue 113

#040B71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #040B71

Tints of Navy #040B71

RGB

 RED value IS 4 (1.95% from 255) = 3.13%

 GREEN value IS 11 (4.69% from 255) = 8.59%

 BLUE value IS 113 (44.53% from 255) = 88.28%

R = 3.13%
G = 8.59%
B = 88.28%

CMYK

 C value IS 0.96

 M value IS 0.90

 Y value IS 0

 K value IS 0.56

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#040B71 (or 0x040B71) is known color: Navy. HEX triplet: 04, 0B and 71. RGB value is (4,11,113). Sum of RGB (Red+Green+Blue) = 4+11+113=128 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.12% from 128); Green value is 11 (4.69% from 255 or 8.59% from 128); Blue value is 113 (44.53% from 255 or 88.28% from 128); Max value from RGB is 113 - color contains mainly: blue. Hex color #040B71 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040B71 is #FBF48E. Grayscale: #141414. Windows color (decimal): -16512143 or 7408388. OLE color: 7408388.

HSL color Cylindrical-coordinate representation of color #040B71: hue angle of 236.15º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040B71 is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 11 113 -
CMYK 0.96 0.90 0 0.56
HSL 236.15º 0.93% 0.23% -
HSV(B) 236.15º 0.96% 0.44% -
XYZ 3.15 1.46 15.74 -
YUV 20.54 180.18 116.21 -
System Red Green Blue C M Y K H S L
Decimal 4 11 113 0.96 0.90 0 0.56 236.15 0.93 0.23
Hex 4 B 71 60 5A 0 38 EC 5D 17
Octal 4 13 161 140 132 0 70 354 135 27
Binary 100 1011 1110001 1100000 1011010 0 111000 11101100 1011101 10111

Color Harmonies of #040B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040B71

Black with #040B71

Text Example


Text Example

White with #040B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040B71; }

 p { color: rgb(4,11,113); }

 H1.HeaderClassName
 {
   color: #040B71;
 }
 .AnyTagClassName
 {
   color: #040B71;
 }
</style>

background-color css

<style>
 a { background-color: #040B71; }

 a { background-color: rgb(4,11,113); }

 div.DivClassName
 {
   background-color: #040B71;
 }
 .BgClassName
 {
   background-color: #040B71;
 }
</style>

border-color css

<style>
 span { border-color: #040B71; }

 span { border-color: rgb(4,11,113); }

 td.TdClassName
 {
   border-color: #040B71;
 }
 .TagClassName
 {
   border-color: #040B71;
 }
</style>