#1071BA

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

Shades of Denim #1071BA

Tints of Denim #1071BA

Color information

#1071BA (or 0x1071BA) is unknown color: approx Denim. HEX triplet: 10, 71 and BA. RGB value is (16,113,186). Sum of RGB (Red+Green+Blue) = 16+113+186=315 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.08% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #1071BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1071BA is #EF8E45. Grayscale: #5B5B5B. Windows color (decimal): -15699526 or 12218640. OLE color: 12218640.

HSL color Cylindrical-coordinate representation of color #1071BA: hue angle of 205.76º 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 #1071BA is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16113186-
CMYK0.910.3900.27
HSL205.76º84.16%39.61%-
HSV(B)205.76º91.4%72.94%-
XYZ14.9815.4748.65-
YUV92.32180.8673.56-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.08%
GREEN value IS 113 (44.53% from 255) = 35.87%
BLUE value IS 186 (73.05% from 255) = 59.05%
R=5.08%
G=35.87%
B=59.05%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161131860.910.3900.27205.7684.1639.61
Hex1071BA5B2701Bce5428
Octal201612721334703331612450
Binary100001110001101110101011011100111011011110011101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1071BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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