Html Css Color HEX #085AC6 Navy Blue

📋 copy color: '#085AC6'

red 8 ◦ green 90 ◦ blue 198

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

Shades of Navy Blue #085AC6

Tints of Navy Blue #085AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 66.89%

R = 2.7%
G = 30.41%
B = 66.89%

CMYK

 C value IS 0.96

 M value IS 0.55

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#085AC6 (or 0x085AC6) is known color: Navy Blue. HEX triplet: 08, 5A and C6. RGB value is (8,90,198). Sum of RGB (Red+Green+Blue) = 8+90+198=296 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.70% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 198 (77.73% from 255 or 66.89% from 296); Max value from RGB is 198 - color contains mainly: blue. Hex color #085AC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085AC6 is #F7A539. Grayscale: #4D4D4D. Windows color (decimal): -16229690 or 12999176. OLE color: 12999176.

HSL color Cylindrical-coordinate representation of color #085AC6: hue angle of 214.11º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085AC6 is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 8 90 198 -
CMYK 0.96 0.55 0 0.22
HSL 214.11º 0.92% 0.4% -
HSV(B) 214.11º 0.96% 0.78% -
XYZ 13.95 11.44 54.9 -
YUV 77.79 195.83 78.22 -
System Red Green Blue C M Y K H S L
Decimal 8 90 198 0.96 0.55 0 0.22 214.11 0.92 0.4
Hex 8 5A C6 60 37 0 16 D6 5C 28
Octal 10 132 306 140 67 0 26 326 134 50
Binary 1000 1011010 11000110 1100000 110111 0 10110 11010110 1011100 101000

Color Harmonies of #085AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085AC6

Black with #085AC6

Text Example


Text Example

White with #085AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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