#085BCD

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

Shades of Navy Blue #085BCD

Tints of Navy Blue #085BCD

Color information

#085BCD (or 0x085BCD) is unknown color: approx Navy Blue. HEX triplet: 08, 5B and CD. RGB value is (8,91,205). Sum of RGB (Red+Green+Blue) = 8+91+205=304 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.63% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 205 (80.47% from 255 or 67.43% from 304); Max value from RGB is 205 - color contains mainly: blue. Hex color #085BCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085BCD is #F7A432. Grayscale: #4E4E4E. Windows color (decimal): -16229427 or 13458184. OLE color: 13458184.

HSL color Cylindrical-coordinate representation of color #085BCD: hue angle of 214.72º 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 #085BCD is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB891205-
CMYK0.960.5600.20
HSL214.72º92.49%41.76%-
HSV(B)214.72º96.1%80.39%-
XYZ14.8611.9459.28-
YUV79.1819977.23-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.63%
GREEN value IS 91 (35.94% from 255) = 29.93%
BLUE value IS 205 (80.47% from 255) = 67.43%
R=2.63%
G=29.93%
B=67.43%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal8912050.960.5600.20214.7292.4941.76
Hex85BCD6038014d75c2a
Octal101333151407002432713452
Binary10001011011110011011100000111000010100110101111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,91,205); }

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

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

 a { background-color: rgb(8,91,205); }

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

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

 span { border-color: rgb(8,91,205); }

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