#0A4EC9

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

Shades of Denim #0A4EC9

Tints of Denim #0A4EC9

Color information

#0A4EC9 (or 0x0A4EC9) is unknown color: approx Denim. HEX triplet: 0A, 4E and C9. RGB value is (10,78,201). Sum of RGB (Red+Green+Blue) = 10+78+201=289 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.46% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 201 (78.91% from 255 or 69.55% from 289); Max value from RGB is 201 - color contains mainly: blue. Hex color #0A4EC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A4EC9 is #F5B136. Grayscale: #474747. Windows color (decimal): -16101687 or 13192714. OLE color: 13192714.

HSL color Cylindrical-coordinate representation of color #0A4EC9: hue angle of 218.64º 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 #0A4EC9 is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1078201-
CMYK0.950.6100.21
HSL218.64º90.52%41.37%-
HSV(B)218.64º95.02%78.82%-
XYZ13.399.7356.43-
YUV71.69200.9784-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.46%
GREEN value IS 78 (30.86% from 255) = 26.99%
BLUE value IS 201 (78.91% from 255) = 69.55%
R=3.46%
G=26.99%
B=69.55%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal10782010.950.6100.21218.6490.5241.37
HexA4EC95F3D015db5b29
Octal121163111377502533313351
Binary10101001110110010011011111111101010101110110111011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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