#1154A7

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

Shades of Cobalt #1154A7

Tints of Cobalt #1154A7

Color information

#1154A7 (or 0x1154A7) is unknown color: approx Cobalt. HEX triplet: 11, 54 and A7. RGB value is (17,84,167). Sum of RGB (Red+Green+Blue) = 17+84+167=268 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.34% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 167 (65.62% from 255 or 62.31% from 268); Max value from RGB is 167 - color contains mainly: blue. Hex color #1154A7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1154A7 is #EEAB58. Grayscale: #494949. Windows color (decimal): -15641433 or 10966033. OLE color: 10966033.

HSL color Cylindrical-coordinate representation of color #1154A7: hue angle of 213.2º degrees, saturation: 0.82, 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 #1154A7 is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1784167-
CMYK0.900.5000.35
HSL213.2º81.52%36.08%-
HSV(B)213.2º89.82%65.49%-
XYZ10.389.2537.8-
YUV73.43180.887.75-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.34%
GREEN value IS 84 (33.20% from 255) = 31.34%
BLUE value IS 167 (65.62% from 255) = 62.31%
R=6.34%
G=31.34%
B=62.31%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal17841670.900.5000.35213.281.5236.08
Hex1154A75A32023d55224
Octal211242471326204332512244
Binary1000110101001010011110110101100100100011110101011010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1154A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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