Html Css Color HEX #040569 Navy

📋 copy color: '#040569'

red 4 ◦ green 5 ◦ blue 105

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

Shades of Navy #040569

Tints of Navy #040569

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.39%

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

R = 3.51%
G = 4.39%
B = 92.11%

CMYK

 C value IS 0.96

 M value IS 0.95

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#040569 (or 0x040569) is known color: Navy. HEX triplet: 04, 05 and 69. RGB value is (4,5,105). Sum of RGB (Red+Green+Blue) = 4+5+105=114 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.51% from 114); Green value is 5 (2.34% from 255 or 4.39% from 114); Blue value is 105 (41.41% from 255 or 92.11% from 114); Max value from RGB is 105 - color contains mainly: blue. Hex color #040569 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040569 is #FBFA96. Grayscale: #0F0F0F. Windows color (decimal): -16513687 or 6882564. OLE color: 6882564.

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

Color convert

RGB 4 5 105 -
CMYK 0.96 0.95 0 0.59
HSL 239.41º 0.93% 0.21% -
HSV(B) 239.41º 0.96% 0.41% -
XYZ 2.65 1.15 13.45 -
YUV 16.1 178.17 119.37 -
System Red Green Blue C M Y K H S L
Decimal 4 5 105 0.96 0.95 0 0.59 239.41 0.93 0.21
Hex 4 5 69 60 5F 0 3B EF 5D 15
Octal 4 5 151 140 137 0 73 357 135 25
Binary 100 101 1101001 1100000 1011111 0 111011 11101111 1011101 10101

Color Harmonies of #040569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040569

Black with #040569

Text Example


Text Example

White with #040569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040569; }

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

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

background-color css

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

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

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

border-color css

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

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

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