#0a4dd0

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

Shades of Denim #0A4DD0

Tints of Denim #0A4DD0

Color information

#0A4DD0 (or 0x0A4DD0) is unknown color: approx Denim. HEX triplet: 0A, 4D and D0. RGB value is (10,77,208). Sum of RGB (Red+Green+Blue) = 10+77+208=295 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.39% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 208 (81.64% from 255 or 70.51% from 295); Max value from RGB is 208 - color contains mainly: blue. Hex color #0A4DD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A4DD0 is #F5B22F. Grayscale: #474747. Windows color (decimal): -16101936 or 13651210. OLE color: 13651210.

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

Color convert

RGB1077208-
CMYK0.950.6300.18
HSL219.7º90.83%42.75%-
HSV(B)219.7º95.19%81.57%-
XYZ14.169.9360.84-
YUV71.9204.883.85-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.39%
GREEN value IS 77 (30.47% from 255) = 26.10%
BLUE value IS 208 (81.64% from 255) = 70.51%
R=3.39%
G=26.10%
B=70.51%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal10772080.950.6300.18219.790.8342.75
HexA4DD05F3F012dc5b2b
Octal121153201377702233413353
Binary10101001101110100001011111111111010010110111001011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a4dd0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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