#0A5CE5

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

Shades of Navy Blue #0A5CE5

Tints of Navy Blue #0A5CE5

Color information

#0A5CE5 (or 0x0A5CE5) is unknown color: approx Navy Blue. HEX triplet: 0A, 5C and E5. RGB value is (10,92,229). Sum of RGB (Red+Green+Blue) = 10+92+229=331 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.02% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 229 (89.84% from 255 or 69.18% from 331); Max value from RGB is 229 - color contains mainly: blue. Hex color #0A5CE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A5CE5 is #F5A31A. Grayscale: #525252. Windows color (decimal): -16098075 or 15031306. OLE color: 15031306.

HSL color Cylindrical-coordinate representation of color #0A5CE5: hue angle of 217.53º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A5CE5 is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB1092229-
CMYK0.960.6000.10
HSL217.53º91.63%46.86%-
HSV(B)217.53º95.63%89.8%-
XYZ18.113.3875.76-
YUV83.1210.3375.86-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.02%
GREEN value IS 92 (36.33% from 255) = 27.79%
BLUE value IS 229 (89.84% from 255) = 69.18%
R=3.02%
G=27.79%
B=69.18%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal10922290.960.6000.10217.5391.6346.86
HexA5CE5603C0Ada5c2f
Octal121343451407401233213457
Binary1010101110011100101110000011110001010110110101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,92,229); }

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

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

 a { background-color: rgb(10,92,229); }

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

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

 span { border-color: rgb(10,92,229); }

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