#1152a4

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

Shades of Cobalt #1152A4

Tints of Cobalt #1152A4

Color information

#1152A4 (or 0x1152A4) is unknown color: approx Cobalt. HEX triplet: 11, 52 and A4. RGB value is (17,82,164). Sum of RGB (Red+Green+Blue) = 17+82+164=263 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.46% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 164 (64.45% from 255 or 62.36% from 263); Max value from RGB is 164 - color contains mainly: blue. Hex color #1152A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1152A4 is #EEAD5B. Grayscale: #474747. Windows color (decimal): -15641948 or 10768913. OLE color: 10768913.

HSL color Cylindrical-coordinate representation of color #1152A4: hue angle of 213.47º 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 #1152A4 is Cyan = 0.90, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1782164-
CMYK0.900.500.36
HSL213.47º81.22%35.49%-
HSV(B)213.47º89.63%64.31%-
XYZ9.958.8336.3-
YUV71.91179.9788.83-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.46%
GREEN value IS 82 (32.42% from 255) = 31.18%
BLUE value IS 164 (64.45% from 255) = 62.36%
R=6.46%
G=31.18%
B=62.36%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal17821640.900.500.36213.4781.2235.49
Hex1152A45A32024d55123
Octal211222441326204432512143
Binary1000110100101010010010110101100100100100110101011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1152a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1152a4; }

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

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

<style>
 a { background-color: #1152a4; }

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

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

<style>
 span { border-color: #1152a4; }

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

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