#0A53C9

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

Shades of Denim #0A53C9

Tints of Denim #0A53C9

Color information

#0A53C9 (or 0x0A53C9) is unknown color: approx Denim. HEX triplet: 0A, 53 and C9. RGB value is (10,83,201). Sum of RGB (Red+Green+Blue) = 10+83+201=294 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.40% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 201 (78.91% from 255 or 68.37% from 294); Max value from RGB is 201 - color contains mainly: blue. Hex color #0A53C9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A53C9 is #F5AC36. Grayscale: #4A4A4A. Windows color (decimal): -16100407 or 13193994. OLE color: 13193994.

HSL color Cylindrical-coordinate representation of color #0A53C9: hue angle of 217.07º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A53C9 is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1083201-
CMYK0.950.5900.21
HSL217.07º90.52%41.37%-
HSV(B)217.07º95.02%78.82%-
XYZ13.7610.4756.55-
YUV74.62199.3281.91-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.40%
GREEN value IS 83 (32.81% from 255) = 28.23%
BLUE value IS 201 (78.91% from 255) = 68.37%
R=3.40%
G=28.23%
B=68.37%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal10832010.950.5900.21217.0790.5241.37
HexA53C95F3B015d95b29
Octal121233111377302533113351
Binary10101010011110010011011111111011010101110110011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A53C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,83,201); }

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

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

 a { background-color: rgb(10,83,201); }

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

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

 span { border-color: rgb(10,83,201); }

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