Html Css Color HEX #040868 Navy

📋 copy color: '#040868'

red 4 ◦ green 8 ◦ blue 104

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

Shades of Navy #040868

Tints of Navy #040868

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.9%

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

R = 3.45%
G = 6.9%
B = 89.66%

CMYK

 C value IS 0.96

 M value IS 0.92

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#040868 (or 0x040868) is known color: Navy. HEX triplet: 04, 08 and 68. RGB value is (4,8,104). Sum of RGB (Red+Green+Blue) = 4+8+104=116 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.45% from 116); Green value is 8 (3.52% from 255 or 6.90% from 116); Blue value is 104 (41.02% from 255 or 89.66% from 116); Max value from RGB is 104 - color contains mainly: blue. Hex color #040868 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040868 is #FBF797. Grayscale: #111111. Windows color (decimal): -16512920 or 6817796. OLE color: 6817796.

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

Color convert

RGB 4 8 104 -
CMYK 0.96 0.92 0 0.59
HSL 237.6º 0.93% 0.21% -
HSV(B) 237.6º 0.96% 0.41% -
XYZ 2.64 1.2 13.19 -
YUV 17.75 176.67 118.19 -
System Red Green Blue C M Y K H S L
Decimal 4 8 104 0.96 0.92 0 0.59 237.6 0.93 0.21
Hex 4 8 68 60 5C 0 3B EE 5D 15
Octal 4 10 150 140 134 0 73 356 135 25
Binary 100 1000 1101000 1100000 1011100 0 111011 11101110 1011101 10101

Color Harmonies of #040868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040868

Black with #040868

Text Example


Text Example

White with #040868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040868; }

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

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

background-color css

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

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

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

border-color css

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

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

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