Html Css Color HEX #085CE0 Navy Blue

📋 copy color: '#085CE0'

red 8 ◦ green 92 ◦ blue 224

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

Shades of Navy Blue #085CE0

Tints of Navy Blue #085CE0

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.4%

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

R = 2.47%
G = 28.4%
B = 69.14%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#085CE0 (or 0x085CE0) is known color: Navy Blue. HEX triplet: 08, 5C and E0. RGB value is (8,92,224). Sum of RGB (Red+Green+Blue) = 8+92+224=324 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.47% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 224 (87.89% from 255 or 69.14% from 324); Max value from RGB is 224 - color contains mainly: blue. Hex color #085CE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085CE0 is #F7A31F. Grayscale: #515151. Windows color (decimal): -16229152 or 14703624. OLE color: 14703624.

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

Color convert

RGB 8 92 224 -
CMYK 0.96 0.59 0 0.12
HSL 216.67º 0.93% 0.45% -
HSV(B) 216.67º 0.96% 0.88% -
XYZ 17.38 13.09 72.13 -
YUV 81.93 208.17 75.27 -
System Red Green Blue C M Y K H S L
Decimal 8 92 224 0.96 0.59 0 0.12 216.67 0.93 0.45
Hex 8 5C E0 60 3B 0 C D9 5D 2D
Octal 10 134 340 140 73 0 14 331 135 55
Binary 1000 1011100 11100000 1100000 111011 0 1100 11011001 1011101 101101

Color Harmonies of #085CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085CE0

Black with #085CE0

Text Example


Text Example

White with #085CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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