#1056A1

Color #1056A1 Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #1056A1

Tints of Cobalt #1056A1

Color information

#1056A1 (or 0x1056A1) is unknown color: approx Cobalt. HEX triplet: 10, 56 and A1. RGB value is (16,86,161). Sum of RGB (Red+Green+Blue) = 16+86+161=263 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.08% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 161 (63.28% from 255 or 61.22% from 263); Max value from RGB is 161 - color contains mainly: blue. Hex color #1056A1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1056A1 is #EFA95E. Grayscale: #494949. Windows color (decimal): -15706463 or 10573328. OLE color: 10573328.

HSL color Cylindrical-coordinate representation of color #1056A1: hue angle of 211.03º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1056A1 is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB1686161-
CMYK0.900.4700.37
HSL211.03º81.92%34.71%-
HSV(B)211.03º90.06%63.14%-
XYZ9.979.3435-
YUV73.62177.3186.9-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.08%
GREEN value IS 86 (33.98% from 255) = 32.70%
BLUE value IS 161 (63.28% from 255) = 61.22%
R=6.08%
G=32.70%
B=61.22%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16861610.900.4700.37211.0381.9234.71
Hex1056A15A2F025d35223
Octal201262411325704532312243
Binary1000010101101010000110110101011110100101110100111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1056A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1056A1; }

 p { color: rgb(16,86,161); }

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

<style>
 a { background-color: #1056A1; }

 a { background-color: rgb(16,86,161); }

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

<style>
 span { border-color: #1056A1; }

 span { border-color: rgb(16,86,161); }

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