Html Css Color HEX #040B69 Navy

📋 copy color: '#040B69'

red 4 ◦ green 11 ◦ blue 105

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

Shades of Navy #040B69

Tints of Navy #040B69

RGB

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

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

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

R = 3.33%
G = 9.17%
B = 87.5%

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

#040B69 (or 0x040B69) is known color: Navy. HEX triplet: 04, 0B and 69. RGB value is (4,11,105). Sum of RGB (Red+Green+Blue) = 4+11+105=120 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.33% from 120); Green value is 11 (4.69% from 255 or 9.17% from 120); Blue value is 105 (41.41% from 255 or 87.5% from 120); Max value from RGB is 105 - color contains mainly: blue. Hex color #040B69 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040B69 is #FBF496. Grayscale: #131313. Windows color (decimal): -16512151 or 6884100. OLE color: 6884100.

HSL color Cylindrical-coordinate representation of color #040B69: hue angle of 235.84º 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 #040B69 is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 4 11 105 -
CMYK 0.96 0.90 0 0.59
HSL 235.84º 0.93% 0.21% -
HSV(B) 235.84º 0.96% 0.41% -
XYZ 2.72 1.29 13.47 -
YUV 19.62 176.18 116.86 -
System Red Green Blue C M Y K H S L
Decimal 4 11 105 0.96 0.90 0 0.59 235.84 0.93 0.21
Hex 4 B 69 60 5A 0 3B EC 5D 15
Octal 4 13 151 140 132 0 73 354 135 25
Binary 100 1011 1101001 1100000 1011010 0 111011 11101100 1011101 10101

Color Harmonies of #040B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040B69

Black with #040B69

Text Example


Text Example

White with #040B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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