Html Css Color HEX #085ADC Navy Blue

📋 copy color: '#085ADC'

red 8 ◦ green 90 ◦ blue 220

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

Shades of Navy Blue #085ADC

Tints of Navy Blue #085ADC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.3%

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

R = 2.52%
G = 28.3%
B = 69.18%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#085ADC (or 0x085ADC) is known color: Navy Blue. HEX triplet: 08, 5A and DC. RGB value is (8,90,220). Sum of RGB (Red+Green+Blue) = 8+90+220=318 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.52% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 220 (86.33% from 255 or 69.18% from 318); Max value from RGB is 220 - color contains mainly: blue. Hex color #085ADC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085ADC is #F7A523. Grayscale: #4F4F4F. Windows color (decimal): -16229668 or 14440968. OLE color: 14440968.

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

Color convert

RGB 8 90 220 -
CMYK 0.96 0.59 0 0.14
HSL 216.79º 0.93% 0.45% -
HSV(B) 216.79º 0.96% 0.86% -
XYZ 16.67 12.53 69.25 -
YUV 80.3 206.83 76.43 -
System Red Green Blue C M Y K H S L
Decimal 8 90 220 0.96 0.59 0 0.14 216.79 0.93 0.45
Hex 8 5A DC 60 3B 0 E D9 5D 2D
Octal 10 132 334 140 73 0 16 331 135 55
Binary 1000 1011010 11011100 1100000 111011 0 1110 11011001 1011101 101101

Color Harmonies of #085ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085ADC

Black with #085ADC

Text Example


Text Example

White with #085ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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