Html Css Color HEX #085FE0 Navy Blue

📋 copy color: '#085FE0'

red 8 ◦ green 95 ◦ blue 224

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

Shades of Navy Blue #085FE0

Tints of Navy Blue #085FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 68.5%

R = 2.45%
G = 29.05%
B = 68.5%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#085FE0 (or 0x085FE0) is known color: Navy Blue. HEX triplet: 08, 5F and E0. RGB value is (8,95,224). Sum of RGB (Red+Green+Blue) = 8+95+224=327 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.45% from 327); Green value is 95 (37.5% from 255 or 29.05% from 327); Blue value is 224 (87.89% from 255 or 68.50% from 327); Max value from RGB is 224 - color contains mainly: blue. Hex color #085FE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085FE0 is #F7A01F. Grayscale: #535353. Windows color (decimal): -16228384 or 14704392. OLE color: 14704392.

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

Color convert

RGB 8 95 224 -
CMYK 0.96 0.58 0 0.12
HSL 215.83º 0.93% 0.45% -
HSV(B) 215.83º 0.96% 0.88% -
XYZ 17.65 13.62 72.22 -
YUV 83.69 207.18 74.01 -
System Red Green Blue C M Y K H S L
Decimal 8 95 224 0.96 0.58 0 0.12 215.83 0.93 0.45
Hex 8 5F E0 60 3A 0 C D8 5D 2D
Octal 10 137 340 140 72 0 14 330 135 55
Binary 1000 1011111 11100000 1100000 111010 0 1100 11011000 1011101 101101

Color Harmonies of #085FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085FE0

Black with #085FE0

Text Example


Text Example

White with #085FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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