#12479B

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

Shades of Cobalt #12479B

Tints of Cobalt #12479B

Color information

#12479B (or 0x12479B) is unknown color: approx Cobalt. HEX triplet: 12, 47 and 9B. RGB value is (18,71,155). Sum of RGB (Red+Green+Blue) = 18+71+155=244 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.38% from 244); Green value is 71 (28.12% from 255 or 29.10% from 244); Blue value is 155 (60.94% from 255 or 63.52% from 244); Max value from RGB is 155 - color contains mainly: blue. Hex color #12479B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12479B is #EDB864. Grayscale: #404040. Windows color (decimal): -15579237 or 10176274. OLE color: 10176274.

HSL color Cylindrical-coordinate representation of color #12479B: hue angle of 216.79º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12479B is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1871155-
CMYK0.880.5400.39
HSL216.79º79.19%33.92%-
HSV(B)216.79º88.39%60.78%-
XYZ8.42731.92-
YUV64.73178.9494.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.38%
GREEN value IS 71 (28.12% from 255) = 29.10%
BLUE value IS 155 (60.94% from 255) = 63.52%
R=7.38%
G=29.10%
B=63.52%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal18711550.880.5400.39216.7979.1933.92
Hex12479B5836027d94f22
Octal221072331306604733111742
Binary1001010001111001101110110001101100100111110110011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12479B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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