#085BD1

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

Shades of Navy Blue #085BD1

Tints of Navy Blue #085BD1

Color information

#085BD1 (or 0x085BD1) is unknown color: approx Navy Blue. HEX triplet: 08, 5B and D1. RGB value is (8,91,209). Sum of RGB (Red+Green+Blue) = 8+91+209=308 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.60% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 209 (82.03% from 255 or 67.86% from 308); Max value from RGB is 209 - color contains mainly: blue. Hex color #085BD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085BD1 is #F7A42E. Grayscale: #4F4F4F. Windows color (decimal): -16229423 or 13720328. OLE color: 13720328.

HSL color Cylindrical-coordinate representation of color #085BD1: hue angle of 215.22º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085BD1 is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB891209-
CMYK0.960.5600.18
HSL215.22º92.63%42.55%-
HSV(B)215.22º96.17%81.96%-
XYZ15.3512.1461.86-
YUV79.6320176.91-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.60%
GREEN value IS 91 (35.94% from 255) = 29.55%
BLUE value IS 209 (82.03% from 255) = 67.86%
R=2.60%
G=29.55%
B=67.86%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal8912090.960.5600.18215.2292.6342.55
Hex85BD16038012d75d2b
Octal101333211407002232713553
Binary10001011011110100011100000111000010010110101111011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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