Shades of Blue Whale #122F40
Tints of Blue Whale #122F40
RGB
CMYK
RGB Variations
Color information
#122F40 (or 0x122F40) is known color: Blue Whale. HEX triplet: 12, 2F and 40. RGB value is (18,47,64). Sum of RGB (Red+Green+Blue) = 18+47+64=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 47 (18.75% from 255 or 36.43% from 129); Blue value is 64 (25.39% from 255 or 49.61% from 129); Max value from RGB is 64 - color contains mainly: blue. Hex color #122F40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122F40 is #EDD0BF. Grayscale: #282828. Windows color (decimal): -15585472 or 4206354. OLE color: 4206354.
HSL color Cylindrical-coordinate representation of color #122F40: hue angle of 202.17º degrees, saturation: 0.56, 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 #122F40 is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 47 | 64 | - |
| CMYK | 0.72 | 0.27 | 0 | 0.75 |
| HSL | 202.17º | 0.56% | 0.16% | - |
| HSV(B) | 202.17º | 0.72% | 0.25% | - |
| XYZ | 2.19 | 2.53 | 5.22 | - |
| YUV | 40.27 | 141.39 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 47 | 64 | 0.72 | 0.27 | 0 | 0.75 | 202.17 | 0.56 | 0.16 |
| Hex | 12 | 2F | 40 | 48 | 1B | 0 | 4B | CA | 38 | 10 |
| Octal | 22 | 57 | 100 | 110 | 33 | 0 | 113 | 312 | 70 | 20 |
| Binary | 10010 | 101111 | 1000000 | 1001000 | 11011 | 0 | 1001011 | 11001010 | 111000 | 10000 |
Color Harmonies of #122F40
Complementary color
Monochromatic Colors of #122F40
Black with #122F40
Text Example
Text Example
White with #122F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122F40; }
p { color: rgb(18,47,64); }
H1.HeaderClassName
{
color: #122F40;
}
.AnyTagClassName
{
color: #122F40;
}
</style>
background-color css
<style>
a { background-color: #122F40; }
a { background-color: rgb(18,47,64); }
div.DivClassName
{
background-color: #122F40;
}
.BgClassName
{
background-color: #122F40;
}
</style>
border-color css
<style>
span { border-color: #122F40; }
span { border-color: rgb(18,47,64); }
td.TdClassName
{
border-color: #122F40;
}
.TagClassName
{
border-color: #122F40;
}
</style>