#1151A4

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

Shades of Cobalt #1151A4

Tints of Cobalt #1151A4

Color information

#1151A4 (or 0x1151A4) is unknown color: approx Cobalt. HEX triplet: 11, 51 and A4. RGB value is (17,81,164). Sum of RGB (Red+Green+Blue) = 17+81+164=262 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.49% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 164 (64.45% from 255 or 62.60% from 262); Max value from RGB is 164 - color contains mainly: blue. Hex color #1151A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1151A4 is #EEAE5B. Grayscale: #464646. Windows color (decimal): -15642204 or 10768657. OLE color: 10768657.

HSL color Cylindrical-coordinate representation of color #1151A4: hue angle of 213.88º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1151A4 is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1781164-
CMYK0.900.5100.36
HSL213.88º81.22%35.49%-
HSV(B)213.88º89.63%64.31%-
XYZ9.878.6836.28-
YUV71.33180.389.25-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.49%
GREEN value IS 81 (32.03% from 255) = 30.92%
BLUE value IS 164 (64.45% from 255) = 62.60%
R=6.49%
G=30.92%
B=62.60%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal17811640.900.5100.36213.8881.2235.49
Hex1151A45A33024d65123
Octal211212441326304432612143
Binary1000110100011010010010110101100110100100110101101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1151A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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