Html Css Color HEX #085ECC Navy Blue

📋 copy color: '#085ECC'

red 8 ◦ green 94 ◦ blue 204

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

Shades of Navy Blue #085ECC

Tints of Navy Blue #085ECC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.72%

 BLUE value IS 204 (80.08% from 255) = 66.67%

R = 2.61%
G = 30.72%
B = 66.67%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#085ECC (or 0x085ECC) is known color: Navy Blue. HEX triplet: 08, 5E and CC. RGB value is (8,94,204). Sum of RGB (Red+Green+Blue) = 8+94+204=306 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.61% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 204 (80.08% from 255 or 66.67% from 306); Max value from RGB is 204 - color contains mainly: blue. Hex color #085ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085ECC is #F7A133. Grayscale: #505050. Windows color (decimal): -16228660 or 13393416. OLE color: 13393416.

HSL color Cylindrical-coordinate representation of color #085ECC: hue angle of 213.67º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085ECC is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 8 94 204 -
CMYK 0.96 0.54 0 0.2
HSL 213.67º 0.92% 0.42% -
HSV(B) 213.67º 0.96% 0.8% -
XYZ 15 12.42 58.73 -
YUV 80.83 197.51 76.06 -
System Red Green Blue C M Y K H S L
Decimal 8 94 204 0.96 0.54 0 0.2 213.67 0.92 0.42
Hex 8 5E CC 60 36 0 14 D6 5C 2A
Octal 10 136 314 140 66 0 24 326 134 52
Binary 1000 1011110 11001100 1100000 110110 0 10100 11010110 1011100 101010

Color Harmonies of #085ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085ECC

Black with #085ECC

Text Example


Text Example

White with #085ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,94,204); }

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

background-color css

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

 a { background-color: rgb(8,94,204); }

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

border-color css

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

 span { border-color: rgb(8,94,204); }

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