#0A4ACA

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

Shades of Denim #0A4ACA

Tints of Denim #0A4ACA

Color information

#0A4ACA (or 0x0A4ACA) is unknown color: approx Denim. HEX triplet: 0A, 4A and CA. RGB value is (10,74,202). Sum of RGB (Red+Green+Blue) = 10+74+202=286 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.50% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 202 (79.30% from 255 or 70.63% from 286); Max value from RGB is 202 - color contains mainly: blue. Hex color #0A4ACA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A4ACA is #F5B535. Grayscale: #444444. Windows color (decimal): -16102710 or 13257226. OLE color: 13257226.

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

Color convert

RGB1074202-
CMYK0.950.6300.21
HSL220º90.57%41.57%-
HSV(B)220º95.05%79.22%-
XYZ13.239.2356.96-
YUV69.46202.885.59-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.50%
GREEN value IS 74 (29.30% from 255) = 25.87%
BLUE value IS 202 (79.30% from 255) = 70.63%
R=3.50%
G=25.87%
B=70.63%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal10742020.950.6300.2122090.5741.57
HexA4ACA5F3F015dc5b2a
Octal121123121377702533413352
Binary10101001010110010101011111111111010101110111001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,74,202); }

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

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

 a { background-color: rgb(10,74,202); }

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

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

 span { border-color: rgb(10,74,202); }

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