Html Css Color HEX #085FEC Navy Blue

📋 copy color: '#085FEC'

red 8 ◦ green 95 ◦ blue 236

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

Shades of Navy Blue #085FEC

Tints of Navy Blue #085FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 69.62%

R = 2.36%
G = 28.02%
B = 69.62%

CMYK

 C value IS 0.97

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#085FEC (or 0x085FEC) is known color: Navy Blue. HEX triplet: 08, 5F and EC. RGB value is (8,95,236). Sum of RGB (Red+Green+Blue) = 8+95+236=339 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.36% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 236 (92.58% from 255 or 69.62% from 339); Max value from RGB is 236 - color contains mainly: blue. Hex color #085FEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085FEC is #F7A013. Grayscale: #545454. Windows color (decimal): -16228372 or 15490824. OLE color: 15490824.

HSL color Cylindrical-coordinate representation of color #085FEC: hue angle of 217.11º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #085FEC is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 8 95 236 -
CMYK 0.97 0.60 0 0.07
HSL 217.11º 0.93% 0.48% -
HSV(B) 217.11º 0.97% 0.93% -
XYZ 19.33 14.29 81.1 -
YUV 85.06 213.18 73.04 -
System Red Green Blue C M Y K H S L
Decimal 8 95 236 0.97 0.60 0 0.07 217.11 0.93 0.48
Hex 8 5F EC 61 3C 0 7 D9 5D 30
Octal 10 137 354 141 74 0 7 331 135 60
Binary 1000 1011111 11101100 1100001 111100 0 111 11011001 1011101 110000

Color Harmonies of #085FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085FEC

Black with #085FEC

Text Example


Text Example

White with #085FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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