#1250AE

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

Shades of Cobalt #1250AE

Tints of Cobalt #1250AE

Color information

#1250AE (or 0x1250AE) is unknown color: approx Cobalt. HEX triplet: 12, 50 and AE. RGB value is (18,80,174). Sum of RGB (Red+Green+Blue) = 18+80+174=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 174 (68.36% from 255 or 63.97% from 272); Max value from RGB is 174 - color contains mainly: blue. Hex color #1250AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1250AE is #EDAF51. Grayscale: #474747. Windows color (decimal): -15576914 or 11423762. OLE color: 11423762.

HSL color Cylindrical-coordinate representation of color #1250AE: hue angle of 216.15º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1250AE is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1880174-
CMYK0.900.5400.32
HSL216.15º81.25%37.65%-
HSV(B)216.15º89.66%68.24%-
XYZ10.768.9241.2-
YUV72.18185.4689.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.62%
GREEN value IS 80 (31.64% from 255) = 29.41%
BLUE value IS 174 (68.36% from 255) = 63.97%
R=6.62%
G=29.41%
B=63.97%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal18801740.900.5400.32216.1581.2537.65
Hex1250AE5A36020d85126
Octal221202561326604033012146
Binary1001010100001010111010110101101100100000110110001010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1250AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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