#12479F

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

Shades of Cobalt #12479F

Tints of Cobalt #12479F

Color information

#12479F (or 0x12479F) is unknown color: approx Cobalt. HEX triplet: 12, 47 and 9F. RGB value is (18,71,159). Sum of RGB (Red+Green+Blue) = 18+71+159=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 159 (62.5% from 255 or 64.11% from 248); Max value from RGB is 159 - color contains mainly: blue. Hex color #12479F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12479F is #EDB860. Grayscale: #404040. Windows color (decimal): -15579233 or 10438418. OLE color: 10438418.

HSL color Cylindrical-coordinate representation of color #12479F: hue angle of 217.45º 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 #12479F is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1871159-
CMYK0.890.5500.38
HSL217.45º79.66%34.71%-
HSV(B)217.45º88.68%62.35%-
XYZ8.767.1433.72-
YUV65.18180.9494.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.26%
GREEN value IS 71 (28.12% from 255) = 28.63%
BLUE value IS 159 (62.5% from 255) = 64.11%
R=7.26%
G=28.63%
B=64.11%

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
Decimal18711590.890.5500.38217.4579.6634.71
Hex12479F5937026d95023
Octal221072371316704633112043
Binary1001010001111001111110110011101110100110110110011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12479F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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