#1250A1

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

Shades of Cobalt #1250A1

Tints of Cobalt #1250A1

Color information

#1250A1 (or 0x1250A1) is unknown color: approx Cobalt. HEX triplet: 12, 50 and A1. RGB value is (18,80,161). Sum of RGB (Red+Green+Blue) = 18+80+161=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 161 (63.28% from 255 or 62.16% from 259); Max value from RGB is 161 - color contains mainly: blue. Hex color #1250A1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1250A1 is #EDAF5E. Grayscale: #464646. Windows color (decimal): -15576927 or 10571794. OLE color: 10571794.

HSL color Cylindrical-coordinate representation of color #1250A1: hue angle of 213.99º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1250A1 is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB1880161-
CMYK0.890.5000.37
HSL213.99º79.89%35.1%-
HSV(B)213.99º88.82%63.14%-
XYZ9.558.4434.84-
YUV70.7178.9690.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.95%
GREEN value IS 80 (31.64% from 255) = 30.89%
BLUE value IS 161 (63.28% from 255) = 62.16%
R=6.95%
G=30.89%
B=62.16%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal18801610.890.5000.37213.9979.8935.1
Hex1250A15932025d65023
Octal221202411316204532612043
Binary1001010100001010000110110011100100100101110101101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1250A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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