#1250AF

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

Shades of Cobalt #1250AF

Tints of Cobalt #1250AF

Color information

#1250AF (or 0x1250AF) is unknown color: approx Cobalt. HEX triplet: 12, 50 and AF. RGB value is (18,80,175). Sum of RGB (Red+Green+Blue) = 18+80+175=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 175 (68.75% from 255 or 64.10% from 273); Max value from RGB is 175 - color contains mainly: blue. Hex color #1250AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1250AF is #EDAF50. Grayscale: #474747. Windows color (decimal): -15576913 or 11489298. OLE color: 11489298.

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

Color convert

RGB1880175-
CMYK0.900.5400.31
HSL216.31º81.35%37.84%-
HSV(B)216.31º89.71%68.63%-
XYZ10.868.9641.71-
YUV72.29185.9689.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.59%
GREEN value IS 80 (31.64% from 255) = 29.30%
BLUE value IS 175 (68.75% from 255) = 64.10%
R=6.59%
G=29.30%
B=64.10%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal18801750.900.5400.31216.3181.3537.84
Hex1250AF5A3601Fd85126
Octal221202571326603733012146
Binary100101010000101011111011010110110011111110110001010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1250AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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