#0A4DCD

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

Shades of Denim #0A4DCD

Tints of Denim #0A4DCD

Color information

#0A4DCD (or 0x0A4DCD) is unknown color: approx Denim. HEX triplet: 0A, 4D and CD. RGB value is (10,77,205). Sum of RGB (Red+Green+Blue) = 10+77+205=292 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.42% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 205 (80.47% from 255 or 70.21% from 292); Max value from RGB is 205 - color contains mainly: blue. Hex color #0A4DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A4DCD is #F5B232. Grayscale: #464646. Windows color (decimal): -16101939 or 13454602. OLE color: 13454602.

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

Color convert

RGB1077205-
CMYK0.950.6200.20
HSL219.38º90.7%42.16%-
HSV(B)219.38º95.12%80.39%-
XYZ13.89.7858.92-
YUV71.56203.384.09-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.42%
GREEN value IS 77 (30.47% from 255) = 26.37%
BLUE value IS 205 (80.47% from 255) = 70.21%
R=3.42%
G=26.37%
B=70.21%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal10772050.950.6200.20219.3890.742.16
HexA4DCD5F3E014db5b2a
Octal121153151377602433313352
Binary10101001101110011011011111111110010100110110111011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,77,205); }

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

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

 a { background-color: rgb(10,77,205); }

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

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

 span { border-color: rgb(10,77,205); }

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