#1151AC

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

Shades of Cobalt #1151AC

Tints of Cobalt #1151AC

Color information

#1151AC (or 0x1151AC) is unknown color: approx Cobalt. HEX triplet: 11, 51 and AC. RGB value is (17,81,172). Sum of RGB (Red+Green+Blue) = 17+81+172=270 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.30% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 172 (67.58% from 255 or 63.70% from 270); Max value from RGB is 172 - color contains mainly: blue. Hex color #1151AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1151AC is #EEAE53. Grayscale: #474747. Windows color (decimal): -15642196 or 11292945. OLE color: 11292945.

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

Color convert

RGB1781172-
CMYK0.900.5300.33
HSL215.23º82.01%37.06%-
HSV(B)215.23º90.12%67.45%-
XYZ10.628.9840.2-
YUV72.24184.388.6-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.30%
GREEN value IS 81 (32.03% from 255) = 30%
BLUE value IS 172 (67.58% from 255) = 63.70%
R=6.30%
G=30%
B=63.70%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17811720.900.5300.33215.2382.0137.06
Hex1151AC5A35021d75225
Octal211212541326504132712245
Binary1000110100011010110010110101101010100001110101111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1151AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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