Html Css Color HEX #040B74 Navy

📋 copy color: '#040B74'

red 4 ◦ green 11 ◦ blue 116

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

Shades of Navy #040B74

Tints of Navy #040B74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 88.55%

R = 3.05%
G = 8.4%
B = 88.55%

CMYK

 C value IS 0.97

 M value IS 0.91

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#040B74 (or 0x040B74) is known color: Navy. HEX triplet: 04, 0B and 74. RGB value is (4,11,116). Sum of RGB (Red+Green+Blue) = 4+11+116=131 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.05% from 131); Green value is 11 (4.69% from 255 or 8.40% from 131); Blue value is 116 (45.70% from 255 or 88.55% from 131); Max value from RGB is 116 - color contains mainly: blue. Hex color #040B74 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040B74 is #FBF48B. Grayscale: #141414. Windows color (decimal): -16512140 or 7604996. OLE color: 7604996.

HSL color Cylindrical-coordinate representation of color #040B74: hue angle of 236.25º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040B74 is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 4 11 116 -
CMYK 0.97 0.91 0 0.55
HSL 236.25º 0.93% 0.24% -
HSV(B) 236.25º 0.97% 0.45% -
XYZ 3.32 1.53 16.64 -
YUV 20.88 181.68 115.96 -
System Red Green Blue C M Y K H S L
Decimal 4 11 116 0.97 0.91 0 0.55 236.25 0.93 0.24
Hex 4 B 74 61 5B 0 37 EC 5D 18
Octal 4 13 164 141 133 0 67 354 135 30
Binary 100 1011 1110100 1100001 1011011 0 110111 11101100 1011101 11000

Color Harmonies of #040B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040B74

Black with #040B74

Text Example


Text Example

White with #040B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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