Html Css Color HEX #085BCC Navy Blue

📋 copy color: '#085BCC'

red 8 ◦ green 91 ◦ blue 204

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

Shades of Navy Blue #085BCC

Tints of Navy Blue #085BCC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.03%

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

R = 2.64%
G = 30.03%
B = 67.33%

CMYK

 C value IS 0.96

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#085BCC (or 0x085BCC) is known color: Navy Blue. HEX triplet: 08, 5B and CC. RGB value is (8,91,204). Sum of RGB (Red+Green+Blue) = 8+91+204=303 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.64% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 204 (80.08% from 255 or 67.33% from 303); Max value from RGB is 204 - color contains mainly: blue. Hex color #085BCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085BCC is #F7A433. Grayscale: #4E4E4E. Windows color (decimal): -16229428 or 13392648. OLE color: 13392648.

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

Color convert

RGB 8 91 204 -
CMYK 0.96 0.55 0 0.2
HSL 214.59º 0.92% 0.42% -
HSV(B) 214.59º 0.96% 0.8% -
XYZ 14.74 11.89 58.65 -
YUV 79.07 198.5 77.31 -
System Red Green Blue C M Y K H S L
Decimal 8 91 204 0.96 0.55 0 0.2 214.59 0.92 0.42
Hex 8 5B CC 60 37 0 14 D7 5C 2A
Octal 10 133 314 140 67 0 24 327 134 52
Binary 1000 1011011 11001100 1100000 110111 0 10100 11010111 1011100 101010

Color Harmonies of #085BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085BCC

Black with #085BCC

Text Example


Text Example

White with #085BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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