Html Css Color HEX #040A69 Navy

📋 copy color: '#040A69'

red 4 ◦ green 10 ◦ blue 105

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

Shades of Navy #040A69

Tints of Navy #040A69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 88.24%

R = 3.36%
G = 8.4%
B = 88.24%

CMYK

 C value IS 0.96

 M value IS 0.90

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#040A69 (or 0x040A69) is known color: Navy. HEX triplet: 04, 0A and 69. RGB value is (4,10,105). Sum of RGB (Red+Green+Blue) = 4+10+105=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 10 (4.30% from 255 or 8.40% from 119); Blue value is 105 (41.41% from 255 or 88.24% from 119); Max value from RGB is 105 - color contains mainly: blue. Hex color #040A69 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040A69 is #FBF596. Grayscale: #121212. Windows color (decimal): -16512407 or 6883844. OLE color: 6883844.

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

Color convert

RGB 4 10 105 -
CMYK 0.96 0.90 0 0.59
HSL 236.44º 0.93% 0.21% -
HSV(B) 236.44º 0.96% 0.41% -
XYZ 2.71 1.26 13.47 -
YUV 19.04 176.51 117.28 -
System Red Green Blue C M Y K H S L
Decimal 4 10 105 0.96 0.90 0 0.59 236.44 0.93 0.21
Hex 4 A 69 60 5A 0 3B EC 5D 15
Octal 4 12 151 140 132 0 73 354 135 25
Binary 100 1010 1101001 1100000 1011010 0 111011 11101100 1011101 10101

Color Harmonies of #040A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040A69

Black with #040A69

Text Example


Text Example

White with #040A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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