#085CD8

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

Shades of Navy Blue #085CD8

Tints of Navy Blue #085CD8

Color information

#085CD8 (or 0x085CD8) is unknown color: approx Navy Blue. HEX triplet: 08, 5C and D8. RGB value is (8,92,216). Sum of RGB (Red+Green+Blue) = 8+92+216=316 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.53% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 216 (84.77% from 255 or 68.35% from 316); Max value from RGB is 216 - color contains mainly: blue. Hex color #085CD8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085CD8 is #F7A327. Grayscale: #505050. Windows color (decimal): -16229160 or 14179336. OLE color: 14179336.

HSL color Cylindrical-coordinate representation of color #085CD8: hue angle of 215.77º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085CD8 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB892216-
CMYK0.960.5700.15
HSL215.77º92.86%43.92%-
HSV(B)215.77º96.3%84.71%-
XYZ16.3212.6666.55-
YUV81.02204.1775.92-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.53%
GREEN value IS 92 (36.33% from 255) = 29.11%
BLUE value IS 216 (84.77% from 255) = 68.35%
R=2.53%
G=29.11%
B=68.35%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal8922160.960.5700.15215.7792.8643.92
Hex85CD860390Fd85d2c
Octal101343301407101733013554
Binary1000101110011011000110000011100101111110110001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085CD8; }

 p { color: rgb(8,92,216); }

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

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

 a { background-color: rgb(8,92,216); }

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

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

 span { border-color: rgb(8,92,216); }

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