Html Css Color HEX #040974 Navy

📋 copy color: '#040974'

red 4 ◦ green 9 ◦ blue 116

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

Shades of Navy #040974

Tints of Navy #040974

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.98%

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

R = 3.1%
G = 6.98%
B = 89.92%

CMYK

 C value IS 0.97

 M value IS 0.92

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#040974 (or 0x040974) is known color: Navy. HEX triplet: 04, 09 and 74. RGB value is (4,9,116). Sum of RGB (Red+Green+Blue) = 4+9+116=129 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.10% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 116 (45.70% from 255 or 89.92% from 129); Max value from RGB is 116 - color contains mainly: blue. Hex color #040974 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040974 is #FBF68B. Grayscale: #131313. Windows color (decimal): -16512652 or 7604484. OLE color: 7604484.

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

Color convert

RGB 4 9 116 -
CMYK 0.97 0.92 0 0.55
HSL 237.32º 0.93% 0.24% -
HSV(B) 237.32º 0.97% 0.45% -
XYZ 3.3 1.48 16.64 -
YUV 19.7 182.34 116.8 -
System Red Green Blue C M Y K H S L
Decimal 4 9 116 0.97 0.92 0 0.55 237.32 0.93 0.24
Hex 4 9 74 61 5C 0 37 ED 5D 18
Octal 4 11 164 141 134 0 67 355 135 30
Binary 100 1001 1110100 1100001 1011100 0 110111 11101101 1011101 11000

Color Harmonies of #040974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040974

Black with #040974

Text Example


Text Example

White with #040974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040974; }

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

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

background-color css

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

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

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

border-color css

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

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

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