#12509A

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

Shades of Cobalt #12509A

Tints of Cobalt #12509A

Color information

#12509A (or 0x12509A) is unknown color: approx Cobalt. HEX triplet: 12, 50 and 9A. RGB value is (18,80,154). Sum of RGB (Red+Green+Blue) = 18+80+154=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 154 (60.55% from 255 or 61.11% from 252); Max value from RGB is 154 - color contains mainly: blue. Hex color #12509A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12509A is #EDAF65. Grayscale: #454545. Windows color (decimal): -15576934 or 10113042. OLE color: 10113042.

HSL color Cylindrical-coordinate representation of color #12509A: hue angle of 212.65º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12509A is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1880154-
CMYK0.880.4800.40
HSL212.65º79.07%33.73%-
HSV(B)212.65º88.31%60.39%-
XYZ8.958.231.68-
YUV69.9175.4690.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.14%
GREEN value IS 80 (31.64% from 255) = 31.75%
BLUE value IS 154 (60.55% from 255) = 61.11%
R=7.14%
G=31.75%
B=61.11%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal18801540.880.4800.40212.6579.0733.73
Hex12509A5830028d54f22
Octal221202321306005032511742
Binary1001010100001001101010110001100000101000110101011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12509A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12509A; }

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

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

<style>
 a { background-color: #12509A; }

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

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

<style>
 span { border-color: #12509A; }

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

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