#0a59ba

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

Shades of Denim #0A59BA

Tints of Denim #0A59BA

Color information

#0A59BA (or 0x0A59BA) is unknown color: approx Denim. HEX triplet: 0A, 59 and BA. RGB value is (10,89,186). Sum of RGB (Red+Green+Blue) = 10+89+186=285 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.51% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 186 (73.05% from 255 or 65.26% from 285); Max value from RGB is 186 - color contains mainly: blue. Hex color #0A59BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A59BA is #F5A645. Grayscale: #4B4B4B. Windows color (decimal): -16098886 or 12212490. OLE color: 12212490.

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

Color convert

RGB1089186-
CMYK0.950.5200.27
HSL213.07º89.8%38.43%-
HSV(B)213.07º94.62%72.94%-
XYZ12.5610.7547.87-
YUV76.44189.8380.61-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.51%
GREEN value IS 89 (35.16% from 255) = 31.23%
BLUE value IS 186 (73.05% from 255) = 65.26%
R=3.51%
G=31.23%
B=65.26%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal10891860.950.5200.27213.0789.838.43
HexA59BA5F3401Bd55a26
Octal121312721376403332513246
Binary10101011001101110101011111110100011011110101011011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a59ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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