#085DCC

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

Shades of Navy Blue #085DCC

Tints of Navy Blue #085DCC

Color information

#085DCC (or 0x085DCC) is unknown color: approx Navy Blue. HEX triplet: 08, 5D and CC. RGB value is (8,93,204). Sum of RGB (Red+Green+Blue) = 8+93+204=305 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.62% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 204 (80.08% from 255 or 66.89% from 305); Max value from RGB is 204 - color contains mainly: blue. Hex color #085DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085DCC is #F7A233. Grayscale: #4F4F4F. Windows color (decimal): -16228916 or 13393160. OLE color: 13393160.

HSL color Cylindrical-coordinate representation of color #085DCC: hue angle of 213.98º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085DCC is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB893204-
CMYK0.960.5400.2
HSL213.98º92.45%41.57%-
HSV(B)213.98º96.08%80%-
XYZ14.9112.2458.7-
YUV80.24197.8476.47-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.62%
GREEN value IS 93 (36.72% from 255) = 30.49%
BLUE value IS 204 (80.08% from 255) = 66.89%
R=2.62%
G=30.49%
B=66.89%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal8932040.960.5400.2213.9892.4541.57
Hex85DCC6036014d65c2a
Octal101353141406602432613452
Binary10001011101110011001100000110110010100110101101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,93,204); }

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

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

 a { background-color: rgb(8,93,204); }

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

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

 span { border-color: rgb(8,93,204); }

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