#1250AA

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

Shades of Cobalt #1250AA

Tints of Cobalt #1250AA

Color information

#1250AA (or 0x1250AA) is unknown color: approx Cobalt. HEX triplet: 12, 50 and AA. RGB value is (18,80,170). Sum of RGB (Red+Green+Blue) = 18+80+170=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 170 (66.80% from 255 or 63.43% from 268); Max value from RGB is 170 - color contains mainly: blue. Hex color #1250AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1250AA is #EDAF55. Grayscale: #474747. Windows color (decimal): -15576918 or 11161618. OLE color: 11161618.

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

Color convert

RGB1880170-
CMYK0.890.5300.33
HSL215.53º80.85%36.86%-
HSV(B)215.53º89.41%66.67%-
XYZ10.378.7739.18-
YUV71.72183.4689.68-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.72%
GREEN value IS 80 (31.64% from 255) = 29.85%
BLUE value IS 170 (66.80% from 255) = 63.43%
R=6.72%
G=29.85%
B=63.43%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal18801700.890.5300.33215.5380.8536.86
Hex1250AA5935021d85125
Octal221202521316504133012145
Binary1001010100001010101010110011101010100001110110001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1250AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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