#1251AA

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

Shades of Cobalt #1251AA

Tints of Cobalt #1251AA

Color information

#1251AA (or 0x1251AA) is unknown color: approx Cobalt. HEX triplet: 12, 51 and AA. RGB value is (18,81,170). Sum of RGB (Red+Green+Blue) = 18+81+170=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 170 (66.80% from 255 or 63.20% from 269); Max value from RGB is 170 - color contains mainly: blue. Hex color #1251AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1251AA is #EDAE55. Grayscale: #474747. Windows color (decimal): -15576662 or 11161874. OLE color: 11161874.

HSL color Cylindrical-coordinate representation of color #1251AA: hue angle of 215.13º 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 #1251AA is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1881170-
CMYK0.890.5200.33
HSL215.13º80.85%36.86%-
HSV(B)215.13º89.41%66.67%-
XYZ10.458.9239.2-
YUV72.31183.1389.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.69%
GREEN value IS 81 (32.03% from 255) = 30.11%
BLUE value IS 170 (66.80% from 255) = 63.20%
R=6.69%
G=30.11%
B=63.20%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal18811700.890.5200.33215.1380.8536.86
Hex1251AA5934021d75125
Octal221212521316404132712145
Binary1001010100011010101010110011101000100001110101111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1251AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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