Html Css Color HEX #085CDC Navy Blue

📋 copy color: '#085CDC'

red 8 ◦ green 92 ◦ blue 220

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

Shades of Navy Blue #085CDC

Tints of Navy Blue #085CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 68.75%

R = 2.5%
G = 28.75%
B = 68.75%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#085CDC (or 0x085CDC) is known color: Navy Blue. HEX triplet: 08, 5C and DC. RGB value is (8,92,220). Sum of RGB (Red+Green+Blue) = 8+92+220=320 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.5% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 220 (86.33% from 255 or 68.75% from 320); Max value from RGB is 220 - color contains mainly: blue. Hex color #085CDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085CDC is #F7A323. Grayscale: #505050. Windows color (decimal): -16229156 or 14441480. OLE color: 14441480.

HSL color Cylindrical-coordinate representation of color #085CDC: hue angle of 216.23º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085CDC is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 8 92 220 -
CMYK 0.96 0.58 0 0.14
HSL 216.23º 0.93% 0.45% -
HSV(B) 216.23º 0.96% 0.86% -
XYZ 16.85 12.87 69.31 -
YUV 81.48 206.17 75.59 -
System Red Green Blue C M Y K H S L
Decimal 8 92 220 0.96 0.58 0 0.14 216.23 0.93 0.45
Hex 8 5C DC 60 3A 0 E D8 5D 2D
Octal 10 134 334 140 72 0 16 330 135 55
Binary 1000 1011100 11011100 1100000 111010 0 1110 11011000 1011101 101101

Color Harmonies of #085CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085CDC

Black with #085CDC

Text Example


Text Example

White with #085CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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