Html Css Color HEX #040669 Navy

📋 copy color: '#040669'

red 4 ◦ green 6 ◦ blue 105

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

Shades of Navy #040669

Tints of Navy #040669

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.22%

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

R = 3.48%
G = 5.22%
B = 91.3%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#040669 (or 0x040669) is known color: Navy. HEX triplet: 04, 06 and 69. RGB value is (4,6,105). Sum of RGB (Red+Green+Blue) = 4+6+105=115 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.48% from 115); Green value is 6 (2.73% from 255 or 5.22% from 115); Blue value is 105 (41.41% from 255 or 91.30% from 115); Max value from RGB is 105 - color contains mainly: blue. Hex color #040669 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040669 is #FBF996. Grayscale: #101010. Windows color (decimal): -16513431 or 6882820. OLE color: 6882820.

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

Color convert

RGB 4 6 105 -
CMYK 0.96 0.94 0 0.59
HSL 238.81º 0.93% 0.21% -
HSV(B) 238.81º 0.96% 0.41% -
XYZ 2.66 1.18 13.45 -
YUV 16.69 177.84 118.95 -
System Red Green Blue C M Y K H S L
Decimal 4 6 105 0.96 0.94 0 0.59 238.81 0.93 0.21
Hex 4 6 69 60 5E 0 3B EF 5D 15
Octal 4 6 151 140 136 0 73 357 135 25
Binary 100 110 1101001 1100000 1011110 0 111011 11101111 1011101 10101

Color Harmonies of #040669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040669

Black with #040669

Text Example


Text Example

White with #040669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040669; }

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

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

background-color css

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

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

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

border-color css

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

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

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