Html Css Color HEX #04097A Navy

📋 copy color: '#04097A'

red 4 ◦ green 9 ◦ blue 122

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

Shades of Navy #04097A

Tints of Navy #04097A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 90.37%

R = 2.96%
G = 6.67%
B = 90.37%

CMYK

 C value IS 0.97

 M value IS 0.93

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#04097A (or 0x04097A) is known color: Navy. HEX triplet: 04, 09 and 7A. RGB value is (4,9,122). Sum of RGB (Red+Green+Blue) = 4+9+122=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 9 (3.91% from 255 or 6.67% from 135); Blue value is 122 (48.05% from 255 or 90.37% from 135); Max value from RGB is 122 - color contains mainly: blue. Hex color #04097A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04097A is #FBF685. Grayscale: #131313. Windows color (decimal): -16512646 or 7997700. OLE color: 7997700.

HSL color Cylindrical-coordinate representation of color #04097A: hue angle of 237.46º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04097A is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 4 9 122 -
CMYK 0.97 0.93 0 0.52
HSL 237.46º 0.94% 0.25% -
HSV(B) 237.46º 0.97% 0.48% -
XYZ 3.66 1.63 18.53 -
YUV 20.39 185.34 116.31 -
System Red Green Blue C M Y K H S L
Decimal 4 9 122 0.97 0.93 0 0.52 237.46 0.94 0.25
Hex 4 9 7A 61 5D 0 34 ED 5E 19
Octal 4 11 172 141 135 0 64 355 136 31
Binary 100 1001 1111010 1100001 1011101 0 110100 11101101 1011110 11001

Color Harmonies of #04097A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04097A

Black with #04097A

Text Example


Text Example

White with #04097A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04097A; }

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

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

background-color css

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

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

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

border-color css

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

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

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