#12489F

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

Shades of Cobalt #12489F

Tints of Cobalt #12489F

Color information

#12489F (or 0x12489F) is unknown color: approx Cobalt. HEX triplet: 12, 48 and 9F. RGB value is (18,72,159). Sum of RGB (Red+Green+Blue) = 18+72+159=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 159 (62.5% from 255 or 63.86% from 249); Max value from RGB is 159 - color contains mainly: blue. Hex color #12489F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12489F is #EDB760. Grayscale: #414141. Windows color (decimal): -15578977 or 10438674. OLE color: 10438674.

HSL color Cylindrical-coordinate representation of color #12489F: hue angle of 217.02º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12489F is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1872159-
CMYK0.890.5500.38
HSL217.02º79.66%34.71%-
HSV(B)217.02º88.68%62.35%-
XYZ8.827.2733.74-
YUV65.77180.6193.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.23%
GREEN value IS 72 (28.52% from 255) = 28.92%
BLUE value IS 159 (62.5% from 255) = 63.86%
R=7.23%
G=28.92%
B=63.86%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal18721590.890.5500.38217.0279.6634.71
Hex12489F5937026d95023
Octal221102371316704633112043
Binary1001010010001001111110110011101110100110110110011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12489F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12489F; }

 p { color: rgb(18,72,159); }

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

<style>
 a { background-color: #12489F; }

 a { background-color: rgb(18,72,159); }

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

<style>
 span { border-color: #12489F; }

 span { border-color: rgb(18,72,159); }

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