#0A5DC6

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

Shades of Denim #0A5DC6

Tints of Denim #0A5DC6

Color information

#0A5DC6 (or 0x0A5DC6) is unknown color: approx Denim. HEX triplet: 0A, 5D and C6. RGB value is (10,93,198). Sum of RGB (Red+Green+Blue) = 10+93+198=301 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.32% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 198 (77.73% from 255 or 65.78% from 301); Max value from RGB is 198 - color contains mainly: blue. Hex color #0A5DC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A5DC6 is #F5A239. Grayscale: #4F4F4F. Windows color (decimal): -16097850 or 12999946. OLE color: 12999946.

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

Color convert

RGB1093198-
CMYK0.950.5300.22
HSL213.51º90.38%40.78%-
HSV(B)213.51º94.95%77.65%-
XYZ14.2311.9754.99-
YUV80.15194.577.96-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.32%
GREEN value IS 93 (36.72% from 255) = 30.90%
BLUE value IS 198 (77.73% from 255) = 65.78%
R=3.32%
G=30.90%
B=65.78%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal10931980.950.5300.22213.5190.3840.78
HexA5DC65F35016d65a29
Octal121353061376502632613251
Binary10101011101110001101011111110101010110110101101011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,93,198); }

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

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

 a { background-color: rgb(10,93,198); }

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

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

 span { border-color: rgb(10,93,198); }

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