Html Css Color HEX #040A74 Navy

📋 copy color: '#040A74'

red 4 ◦ green 10 ◦ blue 116

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

Shades of Navy #040A74

Tints of Navy #040A74

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.69%

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

R = 3.08%
G = 7.69%
B = 89.23%

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

#040A74 (or 0x040A74) is known color: Navy. HEX triplet: 04, 0A and 74. RGB value is (4,10,116). Sum of RGB (Red+Green+Blue) = 4+10+116=130 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.08% from 130); Green value is 10 (4.30% from 255 or 7.69% from 130); Blue value is 116 (45.70% from 255 or 89.23% from 130); Max value from RGB is 116 - color contains mainly: blue. Hex color #040A74 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040A74 is #FBF58B. Grayscale: #131313. Windows color (decimal): -16512396 or 7604740. OLE color: 7604740.

HSL color Cylindrical-coordinate representation of color #040A74: hue angle of 236.79º 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 #040A74 is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 4 10 116 -
CMYK 0.97 0.91 0 0.55
HSL 236.79º 0.93% 0.24% -
HSV(B) 236.79º 0.97% 0.45% -
XYZ 3.31 1.5 16.64 -
YUV 20.29 182.01 116.38 -
System Red Green Blue C M Y K H S L
Decimal 4 10 116 0.97 0.91 0 0.55 236.79 0.93 0.24
Hex 4 A 74 61 5B 0 37 ED 5D 18
Octal 4 12 164 141 133 0 67 355 135 30
Binary 100 1010 1110100 1100001 1011011 0 110111 11101101 1011101 11000

Color Harmonies of #040A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040A74

Black with #040A74

Text Example


Text Example

White with #040A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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