#0A5CA9

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

Shades of Denim #0A5CA9

Tints of Denim #0A5CA9

Color information

#0A5CA9 (or 0x0A5CA9) is unknown color: approx Denim. HEX triplet: 0A, 5C and A9. RGB value is (10,92,169). Sum of RGB (Red+Green+Blue) = 10+92+169=271 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.69% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 169 (66.41% from 255 or 62.36% from 271); Max value from RGB is 169 - color contains mainly: blue. Hex color #0A5CA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5CA9 is #F5A356. Grayscale: #4B4B4B. Windows color (decimal): -16098135 or 11099146. OLE color: 11099146.

HSL color Cylindrical-coordinate representation of color #0A5CA9: hue angle of 209.06º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A5CA9 is Cyan = 0.94, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB1092169-
CMYK0.940.4600.34
HSL209.06º88.83%35.1%-
HSV(B)209.06º94.08%66.27%-
XYZ11.1110.5838.99-
YUV76.26180.3380.74-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.69%
GREEN value IS 92 (36.33% from 255) = 33.95%
BLUE value IS 169 (66.41% from 255) = 62.36%
R=3.69%
G=33.95%
B=62.36%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal10921690.940.4600.34209.0688.8335.1
HexA5CA95E2E022d15923
Octal121342511365604232113143
Binary101010111001010100110111101011100100010110100011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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