Html Css Color HEX #085BCD Navy Blue

📋 copy color: '#085BCD'

red 8 ◦ green 91 ◦ blue 205

#085BCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #085BCD

Tints of Navy Blue #085BCD

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 value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#085BCD (or 0x085BCD) is known color: 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

RGB 8 91 205 -
CMYK 0.96 0.56 0 0.20
HSL 214.72º 0.92% 0.42% -
HSV(B) 214.72º 0.96% 0.8% -
XYZ 14.86 11.94 59.28 -
YUV 79.18 199 77.23 -
System Red Green Blue C M Y K H S L
Decimal 8 91 205 0.96 0.56 0 0.20 214.72 0.92 0.42
Hex 8 5B CD 60 38 0 14 D7 5C 2A
Octal 10 133 315 140 70 0 24 327 134 52
Binary 1000 1011011 11001101 1100000 111000 0 10100 11010111 1011100 101010

Color Harmonies of #085BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085BCD

Black with #085BCD

Text Example


Text Example

White with #085BCD

Text Example


Text Example

HTML Codes & Css Web 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>