Html Css Color HEX #085BD6 Navy Blue

📋 copy color: '#085BD6'

red 8 ◦ green 91 ◦ blue 214

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

Shades of Navy Blue #085BD6

Tints of Navy Blue #085BD6

RGB

 RED value IS 8 (3.52% from 255) = 2.56%

 GREEN value IS 91 (35.94% from 255) = 29.07%

 BLUE value IS 214 (83.98% from 255) = 68.37%

R = 2.56%
G = 29.07%
B = 68.37%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#085BD6 (or 0x085BD6) is known color: Navy Blue. HEX triplet: 08, 5B and D6. RGB value is (8,91,214). Sum of RGB (Red+Green+Blue) = 8+91+214=313 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 214 (83.98% from 255 or 68.37% from 313); Max value from RGB is 214 - color contains mainly: blue. Hex color #085BD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085BD6 is #F7A429. Grayscale: #4F4F4F. Windows color (decimal): -16229418 or 14048008. OLE color: 14048008.

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

Color convert

RGB 8 91 214 -
CMYK 0.96 0.57 0 0.16
HSL 215.83º 0.93% 0.44% -
HSV(B) 215.83º 0.96% 0.84% -
XYZ 15.98 12.39 65.17 -
YUV 80.21 203.5 76.5 -
System Red Green Blue C M Y K H S L
Decimal 8 91 214 0.96 0.57 0 0.16 215.83 0.93 0.44
Hex 8 5B D6 60 39 0 10 D8 5D 2C
Octal 10 133 326 140 71 0 20 330 135 54
Binary 1000 1011011 11010110 1100000 111001 0 10000 11011000 1011101 101100

Color Harmonies of #085BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085BD6

Black with #085BD6

Text Example


Text Example

White with #085BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #085BD6;
 }
 .AnyTagClassName
 {
   color: #085BD6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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