#1249AA

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

Shades of Cobalt #1249AA

Tints of Cobalt #1249AA

Color information

#1249AA (or 0x1249AA) is unknown color: approx Cobalt. HEX triplet: 12, 49 and AA. RGB value is (18,73,170). Sum of RGB (Red+Green+Blue) = 18+73+170=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 170 (66.80% from 255 or 65.13% from 261); Max value from RGB is 170 - color contains mainly: blue. Hex color #1249AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1249AA is #EDB655. Grayscale: #434343. Windows color (decimal): -15578710 or 11159826. OLE color: 11159826.

HSL color Cylindrical-coordinate representation of color #1249AA: hue angle of 218.29º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1249AA is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1873170-
CMYK0.890.5700.33
HSL218.29º80.85%36.86%-
HSV(B)218.29º89.41%66.67%-
XYZ9.897.839.01-
YUV67.61185.7892.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.90%
GREEN value IS 73 (28.91% from 255) = 27.97%
BLUE value IS 170 (66.80% from 255) = 65.13%
R=6.90%
G=27.97%
B=65.13%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal18731700.890.5700.33218.2980.8536.86
Hex1249AA5939021da5125
Octal221112521317104133212145
Binary1001010010011010101010110011110010100001110110101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1249AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1249AA; }

 p { color: rgb(18,73,170); }

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

<style>
 a { background-color: #1249AA; }

 a { background-color: rgb(18,73,170); }

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

<style>
 span { border-color: #1249AA; }

 span { border-color: rgb(18,73,170); }

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