#0A5DBA

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

Shades of Denim #0A5DBA

Tints of Denim #0A5DBA

Color information

#0A5DBA (or 0x0A5DBA) is unknown color: approx Denim. HEX triplet: 0A, 5D and BA. RGB value is (10,93,186). Sum of RGB (Red+Green+Blue) = 10+93+186=289 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.46% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #0A5DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A5DBA is #F5A245. Grayscale: #4E4E4E. Windows color (decimal): -16097862 or 12213514. OLE color: 12213514.

HSL color Cylindrical-coordinate representation of color #0A5DBA: hue angle of 211.7º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A5DBA is Cyan = 0.95, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1093186-
CMYK0.950.500.27
HSL211.7º89.8%38.43%-
HSV(B)211.7º94.62%72.94%-
XYZ12.911.4447.98-
YUV78.78188.578.94-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.46%
GREEN value IS 93 (36.72% from 255) = 32.18%
BLUE value IS 186 (73.05% from 255) = 64.36%
R=3.46%
G=32.18%
B=64.36%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal10931860.950.500.27211.789.838.43
HexA5DBA5F3201Bd45a26
Octal121352721376203332413246
Binary10101011101101110101011111110010011011110101001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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