#12499A

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

Shades of Cobalt #12499A

Tints of Cobalt #12499A

Color information

#12499A (or 0x12499A) is unknown color: approx Cobalt. HEX triplet: 12, 49 and 9A. RGB value is (18,73,154). Sum of RGB (Red+Green+Blue) = 18+73+154=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 154 (60.55% from 255 or 62.86% from 245); Max value from RGB is 154 - color contains mainly: blue. Hex color #12499A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12499A is #EDB665. Grayscale: #414141. Windows color (decimal): -15578726 or 10111250. OLE color: 10111250.

HSL color Cylindrical-coordinate representation of color #12499A: hue angle of 215.74º 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 #12499A is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1873154-
CMYK0.880.5300.40
HSL215.74º79.07%33.73%-
HSV(B)215.74º88.31%60.39%-
XYZ8.467.2331.52-
YUV65.79177.7893.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.35%
GREEN value IS 73 (28.91% from 255) = 29.80%
BLUE value IS 154 (60.55% from 255) = 62.86%
R=7.35%
G=29.80%
B=62.86%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal18731540.880.5300.40215.7479.0733.73
Hex12499A5835028d84f22
Octal221112321306505033011742
Binary1001010010011001101010110001101010101000110110001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12499A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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