#1059BA

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

Shades of Denim #1059BA

Tints of Denim #1059BA

Color information

#1059BA (or 0x1059BA) is unknown color: approx Denim. HEX triplet: 10, 59 and BA. RGB value is (16,89,186). Sum of RGB (Red+Green+Blue) = 16+89+186=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 186 (73.05% from 255 or 63.92% from 291); Max value from RGB is 186 - color contains mainly: blue. Hex color #1059BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1059BA is #EFA645. Grayscale: #4D4D4D. Windows color (decimal): -15705670 or 12212496. OLE color: 12212496.

HSL color Cylindrical-coordinate representation of color #1059BA: hue angle of 214.24º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1059BA is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1689186-
CMYK0.910.5200.27
HSL214.24º84.16%39.61%-
HSV(B)214.24º91.4%72.94%-
XYZ12.6510.847.87-
YUV78.23188.8283.61-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.50%
GREEN value IS 89 (35.16% from 255) = 30.58%
BLUE value IS 186 (73.05% from 255) = 63.92%
R=5.50%
G=30.58%
B=63.92%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16891860.910.5200.27214.2484.1639.61
Hex1059BA5B3401Bd65428
Octal201312721336403332612450
Binary100001011001101110101011011110100011011110101101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1059BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1059BA; }

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

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

<style>
 a { background-color: #1059BA; }

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

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

<style>
 span { border-color: #1059BA; }

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

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