Html Css Color HEX #040668 Navy

📋 copy color: '#040668'

red 4 ◦ green 6 ◦ blue 104

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

Shades of Navy #040668

Tints of Navy #040668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 91.23%

R = 3.51%
G = 5.26%
B = 91.23%

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

#040668 (or 0x040668) is known color: Navy. HEX triplet: 04, 06 and 68. RGB value is (4,6,104). Sum of RGB (Red+Green+Blue) = 4+6+104=114 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.51% from 114); Green value is 6 (2.73% from 255 or 5.26% from 114); Blue value is 104 (41.02% from 255 or 91.23% from 114); Max value from RGB is 104 - color contains mainly: blue. Hex color #040668 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040668 is #FBF997. Grayscale: #101010. Windows color (decimal): -16513432 or 6817284. OLE color: 6817284.

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

Color convert

RGB 4 6 104 -
CMYK 0.96 0.94 0 0.59
HSL 238.8º 0.93% 0.21% -
HSV(B) 238.8º 0.96% 0.41% -
XYZ 2.61 1.16 13.18 -
YUV 16.57 177.34 119.03 -
System Red Green Blue C M Y K H S L
Decimal 4 6 104 0.96 0.94 0 0.59 238.8 0.93 0.21
Hex 4 6 68 60 5E 0 3B EF 5D 15
Octal 4 6 150 140 136 0 73 357 135 25
Binary 100 110 1101000 1100000 1011110 0 111011 11101111 1011101 10101

Color Harmonies of #040668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040668

Black with #040668

Text Example


Text Example

White with #040668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040668; }

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

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

background-color css

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

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

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

border-color css

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

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

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