#0A5AD6

Color #0A5AD6 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0A5AD6

Tints of Navy Blue #0A5AD6

Color information

#0A5AD6 (or 0x0A5AD6) is unknown color: approx Navy Blue. HEX triplet: 0A, 5A and D6. RGB value is (10,90,214). Sum of RGB (Red+Green+Blue) = 10+90+214=314 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.18% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 214 (83.98% from 255 or 68.15% from 314); Max value from RGB is 214 - color contains mainly: blue. Hex color #0A5AD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A5AD6 is #F5A529. Grayscale: #4F4F4F. Windows color (decimal): -16098602 or 14047754. OLE color: 14047754.

HSL color Cylindrical-coordinate representation of color #0A5AD6: hue angle of 216.47º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A5AD6 is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1090214-
CMYK0.950.5800.16
HSL216.47º91.07%43.92%-
HSV(B)216.47º95.33%83.92%-
XYZ15.9212.2365.14-
YUV80.22203.577.92-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.18%
GREEN value IS 90 (35.55% from 255) = 28.66%
BLUE value IS 214 (83.98% from 255) = 68.15%
R=3.18%
G=28.66%
B=68.15%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal10902140.950.5800.16216.4791.0743.92
HexA5AD65F3A010d85b2c
Octal121323261377202033013354
Binary10101011010110101101011111111010010000110110001011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A5AD6; }

 p { color: rgb(10,90,214); }

 H1.HeaderClassName
 {
   color: #0A5AD6;
 }
 .AnyTagClassName
 {
   color: #0A5AD6;
 }
</style>
background-color css

<style>
 a { background-color: #0A5AD6; }

 a { background-color: rgb(10,90,214); }

 div.DivClassName
 {
   background-color: #0A5AD6;
 }
 .BgClassName
 {
   background-color: #0A5AD6;
 }
</style>
border-color css

<style>
 span { border-color: #0A5AD6; }

 span { border-color: rgb(10,90,214); }

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