Shades of Blue Whale #12314E
Tints of Blue Whale #12314E
RGB
CMYK
RGB Variations
Color information
#12314E (or 0x12314E) is known color: Blue Whale. HEX triplet: 12, 31 and 4E. RGB value is (18,49,78). Sum of RGB (Red+Green+Blue) = 18+49+78=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 49 (19.53% from 255 or 33.79% from 145); Blue value is 78 (30.86% from 255 or 53.79% from 145); Max value from RGB is 78 - color contains mainly: blue. Hex color #12314E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12314E is #EDCEB1. Grayscale: #2A2A2A. Windows color (decimal): -15584946 or 5124370. OLE color: 5124370.
HSL color Cylindrical-coordinate representation of color #12314E: hue angle of 209º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12314E is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 49 | 78 | - |
| CMYK | 0.77 | 0.37 | 0 | 0.69 |
| HSL | 209º | 0.63% | 0.19% | - |
| HSV(B) | 209º | 0.77% | 0.31% | - |
| XYZ | 2.72 | 2.88 | 7.62 | - |
| YUV | 43.04 | 147.73 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 49 | 78 | 0.77 | 0.37 | 0 | 0.69 | 209 | 0.63 | 0.19 |
| Hex | 12 | 31 | 4E | 4D | 25 | 0 | 45 | D1 | 3E | 13 |
| Octal | 22 | 61 | 116 | 115 | 45 | 0 | 105 | 321 | 76 | 23 |
| Binary | 10010 | 110001 | 1001110 | 1001101 | 100101 | 0 | 1000101 | 11010001 | 111110 | 10011 |
Color Harmonies of #12314E
Complementary color
Monochromatic Colors of #12314E
Black with #12314E
Text Example
Text Example
White with #12314E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12314E; }
p { color: rgb(18,49,78); }
H1.HeaderClassName
{
color: #12314E;
}
.AnyTagClassName
{
color: #12314E;
}
</style>
background-color css
<style>
a { background-color: #12314E; }
a { background-color: rgb(18,49,78); }
div.DivClassName
{
background-color: #12314E;
}
.BgClassName
{
background-color: #12314E;
}
</style>
border-color css
<style>
span { border-color: #12314E; }
span { border-color: rgb(18,49,78); }
td.TdClassName
{
border-color: #12314E;
}
.TagClassName
{
border-color: #12314E;
}
</style>