#0A5CAA

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

Shades of Denim #0A5CAA

Tints of Denim #0A5CAA

Color information

#0A5CAA (or 0x0A5CAA) is unknown color: approx Denim. HEX triplet: 0A, 5C and AA. RGB value is (10,92,170). Sum of RGB (Red+Green+Blue) = 10+92+170=272 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.68% from 272); Green value is 92 (36.33% from 255 or 33.82% from 272); Blue value is 170 (66.80% from 255 or 62.5% from 272); Max value from RGB is 170 - color contains mainly: blue. Hex color #0A5CAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5CAA is #F5A355. Grayscale: #4B4B4B. Windows color (decimal): -16098134 or 11164682. OLE color: 11164682.

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

Color convert

RGB1092170-
CMYK0.940.4600.33
HSL209.25º88.89%35.29%-
HSV(B)209.25º94.12%66.67%-
XYZ11.2110.6239.49-
YUV76.37180.8380.66-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.68%
GREEN value IS 92 (36.33% from 255) = 33.82%
BLUE value IS 170 (66.80% from 255) = 62.5%
R=3.68%
G=33.82%
B=62.5%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal10921700.940.4600.33209.2588.8935.29
HexA5CAA5E2E021d15923
Octal121342521365604132113143
Binary101010111001010101010111101011100100001110100011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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