#1146AB

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

Shades of Cobalt #1146AB

Tints of Cobalt #1146AB

Color information

#1146AB (or 0x1146AB) is unknown color: approx Cobalt. HEX triplet: 11, 46 and AB. RGB value is (17,70,171). Sum of RGB (Red+Green+Blue) = 17+70+171=258 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.59% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 171 (67.19% from 255 or 66.28% from 258); Max value from RGB is 171 - color contains mainly: blue. Hex color #1146AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1146AB is #EEB954. Grayscale: #414141. Windows color (decimal): -15645013 or 11224593. OLE color: 11224593.

HSL color Cylindrical-coordinate representation of color #1146AB: hue angle of 219.35º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1146AB is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1770171-
CMYK0.900.5900.33
HSL219.35º81.91%36.86%-
HSV(B)219.35º90.06%67.06%-
XYZ9.777.4439.45-
YUV65.67187.4493.29-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.59%
GREEN value IS 70 (27.73% from 255) = 27.13%
BLUE value IS 171 (67.19% from 255) = 66.28%
R=6.59%
G=27.13%
B=66.28%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17701710.900.5900.33219.3581.9136.86
Hex1146AB5A3B021db5225
Octal211062531327304133312245
Binary1000110001101010101110110101110110100001110110111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1146AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1146AB; }

 p { color: rgb(17,70,171); }

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

<style>
 a { background-color: #1146AB; }

 a { background-color: rgb(17,70,171); }

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

<style>
 span { border-color: #1146AB; }

 span { border-color: rgb(17,70,171); }

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