#0a5aec

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

Shades of Navy Blue #0A5AEC

Tints of Navy Blue #0A5AEC

Color information

#0A5AEC (or 0x0A5AEC) is unknown color: approx Navy Blue. HEX triplet: 0A, 5A and EC. RGB value is (10,90,236). Sum of RGB (Red+Green+Blue) = 10+90+236=336 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.98% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 236 (92.58% from 255 or 70.24% from 336); Max value from RGB is 236 - color contains mainly: blue. Hex color #0A5AEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A5AEC is #F5A513. Grayscale: #525252. Windows color (decimal): -16098580 or 15489546. OLE color: 15489546.

HSL color Cylindrical-coordinate representation of color #0A5AEC: hue angle of 218.76º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A5AEC is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1090236-
CMYK0.960.6200.07
HSL218.76º91.87%48.24%-
HSV(B)218.76º95.76%92.55%-
XYZ18.9213.4380.95-
YUV82.72214.576.13-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.98%
GREEN value IS 90 (35.55% from 255) = 26.79%
BLUE value IS 236 (92.58% from 255) = 70.24%
R=2.98%
G=26.79%
B=70.24%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal10902360.960.6200.07218.7691.8748.24
HexA5AEC603E07db5c30
Octal12132354140760733313460
Binary101010110101110110011000001111100111110110111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a5aec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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