Shades of Blue Whale #122F4E
Tints of Blue Whale #122F4E
RGB
CMYK
RGB Variations
Color information
#122F4E (or 0x122F4E) is known color: Blue Whale. HEX triplet: 12, 2F and 4E. RGB value is (18,47,78). Sum of RGB (Red+Green+Blue) = 18+47+78=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 47 (18.75% from 255 or 32.87% from 143); Blue value is 78 (30.86% from 255 or 54.55% from 143); Max value from RGB is 78 - color contains mainly: blue. Hex color #122F4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122F4E is #EDD0B1. Grayscale: #292929. Windows color (decimal): -15585458 or 5123858. OLE color: 5123858.
HSL color Cylindrical-coordinate representation of color #122F4E: hue angle of 211º 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 #122F4E is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 47 | 78 | - |
| CMYK | 0.77 | 0.40 | 0 | 0.69 |
| HSL | 211º | 0.63% | 0.19% | - |
| HSV(B) | 211º | 0.77% | 0.31% | - |
| XYZ | 2.64 | 2.71 | 7.59 | - |
| YUV | 41.86 | 148.39 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 47 | 78 | 0.77 | 0.40 | 0 | 0.69 | 211 | 0.63 | 0.19 |
| Hex | 12 | 2F | 4E | 4D | 28 | 0 | 45 | D3 | 3E | 13 |
| Octal | 22 | 57 | 116 | 115 | 50 | 0 | 105 | 323 | 76 | 23 |
| Binary | 10010 | 101111 | 1001110 | 1001101 | 101000 | 0 | 1000101 | 11010011 | 111110 | 10011 |
Color Harmonies of #122F4E
Complementary color
Monochromatic Colors of #122F4E
Black with #122F4E
Text Example
Text Example
White with #122F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122F4E; }
p { color: rgb(18,47,78); }
H1.HeaderClassName
{
color: #122F4E;
}
.AnyTagClassName
{
color: #122F4E;
}
</style>
background-color css
<style>
a { background-color: #122F4E; }
a { background-color: rgb(18,47,78); }
div.DivClassName
{
background-color: #122F4E;
}
.BgClassName
{
background-color: #122F4E;
}
</style>
border-color css
<style>
span { border-color: #122F4E; }
span { border-color: rgb(18,47,78); }
td.TdClassName
{
border-color: #122F4E;
}
.TagClassName
{
border-color: #122F4E;
}
</style>