#1146AC

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

Shades of Cobalt #1146AC

Tints of Cobalt #1146AC

Color information

#1146AC (or 0x1146AC) is unknown color: approx Cobalt. HEX triplet: 11, 46 and AC. RGB value is (17,70,172). Sum of RGB (Red+Green+Blue) = 17+70+172=259 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.56% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 172 (67.58% from 255 or 66.41% from 259); Max value from RGB is 172 - color contains mainly: blue. Hex color #1146AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1146AC is #EEB953. Grayscale: #414141. Windows color (decimal): -15645012 or 11290129. OLE color: 11290129.

HSL color Cylindrical-coordinate representation of color #1146AC: hue angle of 219.48º 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 #1146AC is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1770172-
CMYK0.900.5900.33
HSL219.48º82.01%37.06%-
HSV(B)219.48º90.12%67.45%-
XYZ9.877.4839.95-
YUV65.78187.9493.21-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.56%
GREEN value IS 70 (27.73% from 255) = 27.03%
BLUE value IS 172 (67.58% from 255) = 66.41%
R=6.56%
G=27.03%
B=66.41%

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
Decimal17701720.900.5900.33219.4882.0137.06
Hex1146AC5A3B021db5225
Octal211062541327304133312245
Binary1000110001101010110010110101110110100001110110111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1146AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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