Html Css Color HEX #085CCE Navy Blue

📋 copy color: '#085CCE'

red 8 ◦ green 92 ◦ blue 206

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

Shades of Navy Blue #085CCE

Tints of Navy Blue #085CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 67.32%

R = 2.61%
G = 30.07%
B = 67.32%

CMYK

 C value IS 0.96

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#085CCE (or 0x085CCE) is known color: Navy Blue. HEX triplet: 08, 5C and CE. RGB value is (8,92,206). Sum of RGB (Red+Green+Blue) = 8+92+206=306 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.61% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 206 (80.86% from 255 or 67.32% from 306); Max value from RGB is 206 - color contains mainly: blue. Hex color #085CCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085CCE is #F7A331. Grayscale: #4F4F4F. Windows color (decimal): -16229170 or 13523976. OLE color: 13523976.

HSL color Cylindrical-coordinate representation of color #085CCE: hue angle of 214.55º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085CCE is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 8 92 206 -
CMYK 0.96 0.55 0 0.19
HSL 214.55º 0.93% 0.42% -
HSV(B) 214.55º 0.96% 0.81% -
XYZ 15.07 12.16 59.95 -
YUV 79.88 199.17 76.73 -
System Red Green Blue C M Y K H S L
Decimal 8 92 206 0.96 0.55 0 0.19 214.55 0.93 0.42
Hex 8 5C CE 60 37 0 13 D7 5D 2A
Octal 10 134 316 140 67 0 23 327 135 52
Binary 1000 1011100 11001110 1100000 110111 0 10011 11010111 1011101 101010

Color Harmonies of #085CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085CCE

Black with #085CCE

Text Example


Text Example

White with #085CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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