#05086C

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

Shades of Navy #05086C

Tints of Navy #05086C

Color information

#05086C (or 0x05086C) is unknown color: approx Navy. HEX triplet: 05, 08 and 6C. RGB value is (5,8,108). Sum of RGB (Red+Green+Blue) = 5+8+108=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 108 (42.58% from 255 or 89.26% from 121); Max value from RGB is 108 - color contains mainly: blue. Hex color #05086C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05086C is #FAF793. Grayscale: #121212. Windows color (decimal): -16447380 or 7079941. OLE color: 7079941.

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

Color convert

RGB58108-
CMYK0.950.9300.58
HSL238.25º91.15%22.16%-
HSV(B)238.25º95.37%42.35%-
XYZ2.861.2914.29-
YUV18.5178.51118.37-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.13%
GREEN value IS 8 (3.52% from 255) = 6.61%
BLUE value IS 108 (42.58% from 255) = 89.26%
R=4.13%
G=6.61%
B=89.26%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal581080.950.9300.58238.2591.1522.16
Hex586C5F5D03Aee5b16
Octal51015413713507235613326
Binary1011000110110010111111011101011101011101110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05086C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05086C; }

 p { color: rgb(5,8,108); }

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

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

 a { background-color: rgb(5,8,108); }

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

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

 span { border-color: rgb(5,8,108); }

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