Html Css Color HEX #085AD4 Navy Blue

📋 copy color: '#085AD4'

red 8 ◦ green 90 ◦ blue 212

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

Shades of Navy Blue #085AD4

Tints of Navy Blue #085AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 68.39%

R = 2.58%
G = 29.03%
B = 68.39%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#085AD4 (or 0x085AD4) is known color: Navy Blue. HEX triplet: 08, 5A and D4. RGB value is (8,90,212). Sum of RGB (Red+Green+Blue) = 8+90+212=310 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.58% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 212 (83.20% from 255 or 68.39% from 310); Max value from RGB is 212 - color contains mainly: blue. Hex color #085AD4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085AD4 is #F7A52B. Grayscale: #4E4E4E. Windows color (decimal): -16229676 or 13916680. OLE color: 13916680.

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

Color convert

RGB 8 90 212 -
CMYK 0.96 0.58 0 0.17
HSL 215.88º 0.93% 0.43% -
HSV(B) 215.88º 0.96% 0.83% -
XYZ 15.64 12.12 63.8 -
YUV 79.39 202.83 77.08 -
System Red Green Blue C M Y K H S L
Decimal 8 90 212 0.96 0.58 0 0.17 215.88 0.93 0.43
Hex 8 5A D4 60 3A 0 11 D8 5D 2B
Octal 10 132 324 140 72 0 21 330 135 53
Binary 1000 1011010 11010100 1100000 111010 0 10001 11011000 1011101 101011

Color Harmonies of #085AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085AD4

Black with #085AD4

Text Example


Text Example

White with #085AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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