#1154a6

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

Shades of Cobalt #1154A6

Tints of Cobalt #1154A6

Color information

#1154A6 (or 0x1154A6) is unknown color: approx Cobalt. HEX triplet: 11, 54 and A6. RGB value is (17,84,166). Sum of RGB (Red+Green+Blue) = 17+84+166=267 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.37% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 166 (65.23% from 255 or 62.17% from 267); Max value from RGB is 166 - color contains mainly: blue. Hex color #1154A6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1154A6 is #EEAB59. Grayscale: #484848. Windows color (decimal): -15641434 or 10900497. OLE color: 10900497.

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

Color convert

RGB1784166-
CMYK0.900.4900.35
HSL213.02º81.42%35.88%-
HSV(B)213.02º89.76%65.1%-
XYZ10.289.2137.31-
YUV73.32180.387.83-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.37%
GREEN value IS 84 (33.20% from 255) = 31.46%
BLUE value IS 166 (65.23% from 255) = 62.17%
R=6.37%
G=31.46%
B=62.17%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal17841660.900.4900.35213.0281.4235.88
Hex1154A65A31023d55124
Octal211242461326104332512144
Binary1000110101001010011010110101100010100011110101011010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1154a6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1154a6; }

 p { color: rgb(17,84,166); }

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

<style>
 a { background-color: #1154a6; }

 a { background-color: rgb(17,84,166); }

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

<style>
 span { border-color: #1154a6; }

 span { border-color: rgb(17,84,166); }

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