Shades of Blue Whale #122F3D
Tints of Blue Whale #122F3D
RGB
CMYK
RGB Variations
Color information
#122F3D (or 0x122F3D) is known color: Blue Whale. HEX triplet: 12, 2F and 3D. RGB value is (18,47,61). Sum of RGB (Red+Green+Blue) = 18+47+61=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 47 (18.75% from 255 or 37.30% from 126); Blue value is 61 (24.22% from 255 or 48.41% from 126); Max value from RGB is 61 - color contains mainly: blue. Hex color #122F3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122F3D is #EDD0C2. Grayscale: #272727. Windows color (decimal): -15585475 or 4009746. OLE color: 4009746.
HSL color Cylindrical-coordinate representation of color #122F3D: hue angle of 199.53º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #122F3D is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 18 | 47 | 61 | - |
| CMYK | 0.70 | 0.23 | 0 | 0.76 |
| HSL | 199.53º | 0.54% | 0.15% | - |
| HSV(B) | 199.53º | 0.7% | 0.24% | - |
| XYZ | 2.11 | 2.5 | 4.79 | - |
| YUV | 39.93 | 139.89 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 47 | 61 | 0.70 | 0.23 | 0 | 0.76 | 199.53 | 0.54 | 0.15 |
| Hex | 12 | 2F | 3D | 46 | 17 | 0 | 4C | C8 | 36 | F |
| Octal | 22 | 57 | 75 | 106 | 27 | 0 | 114 | 310 | 66 | 17 |
| Binary | 10010 | 101111 | 111101 | 1000110 | 10111 | 0 | 1001100 | 11001000 | 110110 | 1111 |
Color Harmonies of #122F3D
Complementary color
Monochromatic Colors of #122F3D
Black with #122F3D
Text Example
Text Example
White with #122F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122F3D; }
p { color: rgb(18,47,61); }
H1.HeaderClassName
{
color: #122F3D;
}
.AnyTagClassName
{
color: #122F3D;
}
</style>
background-color css
<style>
a { background-color: #122F3D; }
a { background-color: rgb(18,47,61); }
div.DivClassName
{
background-color: #122F3D;
}
.BgClassName
{
background-color: #122F3D;
}
</style>
border-color css
<style>
span { border-color: #122F3D; }
span { border-color: rgb(18,47,61); }
td.TdClassName
{
border-color: #122F3D;
}
.TagClassName
{
border-color: #122F3D;
}
</style>