Html Css Color HEX #085FDB Navy Blue

📋 copy color: '#085FDB'

red 8 ◦ green 95 ◦ blue 219

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

Shades of Navy Blue #085FDB

Tints of Navy Blue #085FDB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.5%

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

R = 2.48%
G = 29.5%
B = 68.01%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#085FDB (or 0x085FDB) is known color: Navy Blue. HEX triplet: 08, 5F and DB. RGB value is (8,95,219). Sum of RGB (Red+Green+Blue) = 8+95+219=322 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 219 (85.94% from 255 or 68.01% from 322); Max value from RGB is 219 - color contains mainly: blue. Hex color #085FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085FDB is #F7A024. Grayscale: #525252. Windows color (decimal): -16228389 or 14376712. OLE color: 14376712.

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

Color convert

RGB 8 95 219 -
CMYK 0.96 0.57 0 0.14
HSL 215.26º 0.93% 0.45% -
HSV(B) 215.26º 0.96% 0.86% -
XYZ 16.98 13.35 68.7 -
YUV 83.12 204.68 74.42 -
System Red Green Blue C M Y K H S L
Decimal 8 95 219 0.96 0.57 0 0.14 215.26 0.93 0.45
Hex 8 5F DB 60 39 0 E D7 5D 2D
Octal 10 137 333 140 71 0 16 327 135 55
Binary 1000 1011111 11011011 1100000 111001 0 1110 11010111 1011101 101101

Color Harmonies of #085FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085FDB

Black with #085FDB

Text Example


Text Example

White with #085FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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