#04086A

Color #04086A Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #04086A

Tints of Navy #04086A

Color information

#04086A (or 0x04086A) is unknown color: approx Navy. HEX triplet: 04, 08 and 6A. RGB value is (4,8,106). Sum of RGB (Red+Green+Blue) = 4+8+106=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 8 (3.52% from 255 or 6.78% from 118); Blue value is 106 (41.80% from 255 or 89.83% from 118); Max value from RGB is 106 - color contains mainly: blue. Hex color #04086A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04086A is #FBF795. Grayscale: #111111. Windows color (decimal): -16512918 or 6948868. OLE color: 6948868.

HSL color Cylindrical-coordinate representation of color #04086A: hue angle of 237.65º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04086A is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB48106-
CMYK0.960.9200.58
HSL237.65º92.73%21.57%-
HSV(B)237.65º96.23%41.57%-
XYZ2.741.2413.73-
YUV17.98177.67118.03-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.39%
GREEN value IS 8 (3.52% from 255) = 6.78%
BLUE value IS 106 (41.80% from 255) = 89.83%
R=3.39%
G=6.78%
B=89.83%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal481060.960.9200.58237.6592.7321.57
Hex486A605C03Aee5d16
Octal41015214013407235613526
Binary1001000110101011000001011100011101011101110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04086A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04086A; }

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

 H1.HeaderClassName
 {
   color: #04086A;
 }
 .AnyTagClassName
 {
   color: #04086A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #04086A;
 }
 .BgClassName
 {
   background-color: #04086A;
 }
</style>
border-color css

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

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

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