Shades of Blue Whale #122F41
Tints of Blue Whale #122F41
RGB
CMYK
RGB Variations
Color information
#122F41 (or 0x122F41) is known color: Blue Whale. HEX triplet: 12, 2F and 41. RGB value is (18,47,65). Sum of RGB (Red+Green+Blue) = 18+47+65=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 47 (18.75% from 255 or 36.15% from 130); Blue value is 65 (25.78% from 255 or 50% from 130); Max value from RGB is 65 - color contains mainly: blue. Hex color #122F41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122F41 is #EDD0BE. Grayscale: #282828. Windows color (decimal): -15585471 or 4271890. OLE color: 4271890.
HSL color Cylindrical-coordinate representation of color #122F41: hue angle of 202.98º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #122F41 is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 47 | 65 | - |
| CMYK | 0.72 | 0.28 | 0 | 0.75 |
| HSL | 202.98º | 0.57% | 0.16% | - |
| HSV(B) | 202.98º | 0.72% | 0.25% | - |
| XYZ | 2.22 | 2.54 | 5.37 | - |
| YUV | 40.38 | 141.89 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 47 | 65 | 0.72 | 0.28 | 0 | 0.75 | 202.98 | 0.57 | 0.16 |
| Hex | 12 | 2F | 41 | 48 | 1C | 0 | 4B | CB | 39 | 10 |
| Octal | 22 | 57 | 101 | 110 | 34 | 0 | 113 | 313 | 71 | 20 |
| Binary | 10010 | 101111 | 1000001 | 1001000 | 11100 | 0 | 1001011 | 11001011 | 111001 | 10000 |
Color Harmonies of #122F41
Complementary color
Monochromatic Colors of #122F41
Black with #122F41
Text Example
Text Example
White with #122F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122F41; }
p { color: rgb(18,47,65); }
H1.HeaderClassName
{
color: #122F41;
}
.AnyTagClassName
{
color: #122F41;
}
</style>
background-color css
<style>
a { background-color: #122F41; }
a { background-color: rgb(18,47,65); }
div.DivClassName
{
background-color: #122F41;
}
.BgClassName
{
background-color: #122F41;
}
</style>
border-color css
<style>
span { border-color: #122F41; }
span { border-color: rgb(18,47,65); }
td.TdClassName
{
border-color: #122F41;
}
.TagClassName
{
border-color: #122F41;
}
</style>