Html Css Color HEX #085DDB Navy Blue

📋 copy color: '#085DDB'

red 8 ◦ green 93 ◦ blue 219

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

Shades of Navy Blue #085DDB

Tints of Navy Blue #085DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.06%

 BLUE value IS 219 (85.94% from 255) = 68.44%

R = 2.5%
G = 29.06%
B = 68.44%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#085DDB (or 0x085DDB) is known color: Navy Blue. HEX triplet: 08, 5D and DB. RGB value is (8,93,219). Sum of RGB (Red+Green+Blue) = 8+93+219=320 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.5% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 219 (85.94% from 255 or 68.44% from 320); Max value from RGB is 219 - color contains mainly: blue. Hex color #085DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085DDB is #F7A224. Grayscale: #515151. Windows color (decimal): -16228901 or 14376200. OLE color: 14376200.

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

Color convert

RGB 8 93 219 -
CMYK 0.96 0.58 0 0.14
HSL 215.83º 0.93% 0.45% -
HSV(B) 215.83º 0.96% 0.86% -
XYZ 16.8 12.99 68.64 -
YUV 81.95 205.34 75.25 -
System Red Green Blue C M Y K H S L
Decimal 8 93 219 0.96 0.58 0 0.14 215.83 0.93 0.45
Hex 8 5D DB 60 3A 0 E D8 5D 2D
Octal 10 135 333 140 72 0 16 330 135 55
Binary 1000 1011101 11011011 1100000 111010 0 1110 11011000 1011101 101101

Color Harmonies of #085DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085DDB

Black with #085DDB

Text Example


Text Example

White with #085DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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