#0A4AC5

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

Shades of Denim #0A4AC5

Tints of Denim #0A4AC5

Color information

#0A4AC5 (or 0x0A4AC5) is unknown color: approx Denim. HEX triplet: 0A, 4A and C5. RGB value is (10,74,197). Sum of RGB (Red+Green+Blue) = 10+74+197=281 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.56% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 197 (77.34% from 255 or 70.11% from 281); Max value from RGB is 197 - color contains mainly: blue. Hex color #0A4AC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A4AC5 is #F5B53A. Grayscale: #444444. Windows color (decimal): -16102715 or 12929546. OLE color: 12929546.

HSL color Cylindrical-coordinate representation of color #0A4AC5: hue angle of 219.47º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A4AC5 is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1074197-
CMYK0.950.6200.23
HSL219.47º90.34%40.59%-
HSV(B)219.47º94.92%77.25%-
XYZ12.658.9953.89-
YUV68.89200.386-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.56%
GREEN value IS 74 (29.30% from 255) = 26.33%
BLUE value IS 197 (77.34% from 255) = 70.11%
R=3.56%
G=26.33%
B=70.11%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal10741970.950.6200.23219.4790.3440.59
HexA4AC55F3E017db5a29
Octal121123051377602733313251
Binary10101001010110001011011111111110010111110110111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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