Shades of Blue Whale #122E4A
Tints of Blue Whale #122E4A
RGB
CMYK
RGB Variations
Color information
#122E4A (or 0x122E4A) is known color: Blue Whale. HEX triplet: 12, 2E and 4A. RGB value is (18,46,74). Sum of RGB (Red+Green+Blue) = 18+46+74=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 46 (18.36% from 255 or 33.33% from 138); Blue value is 74 (29.30% from 255 or 53.62% from 138); Max value from RGB is 74 - color contains mainly: blue. Hex color #122E4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122E4A is #EDD1B5. Grayscale: #282828. Windows color (decimal): -15585718 or 4861458. OLE color: 4861458.
HSL color Cylindrical-coordinate representation of color #122E4A: hue angle of 210º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #122E4A is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 46 | 74 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.71 |
| HSL | 210º | 0.61% | 0.18% | - |
| HSV(B) | 210º | 0.76% | 0.29% | - |
| XYZ | 2.46 | 2.58 | 6.85 | - |
| YUV | 40.82 | 146.72 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 74 | 0.76 | 0.38 | 0 | 0.71 | 210 | 0.61 | 0.18 |
| Hex | 12 | 2E | 4A | 4C | 26 | 0 | 47 | D2 | 3D | 12 |
| Octal | 22 | 56 | 112 | 114 | 46 | 0 | 107 | 322 | 75 | 22 |
| Binary | 10010 | 101110 | 1001010 | 1001100 | 100110 | 0 | 1000111 | 11010010 | 111101 | 10010 |
Color Harmonies of #122E4A
Complementary color
Monochromatic Colors of #122E4A
Black with #122E4A
Text Example
Text Example
White with #122E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122E4A; }
p { color: rgb(18,46,74); }
H1.HeaderClassName
{
color: #122E4A;
}
.AnyTagClassName
{
color: #122E4A;
}
</style>
background-color css
<style>
a { background-color: #122E4A; }
a { background-color: rgb(18,46,74); }
div.DivClassName
{
background-color: #122E4A;
}
.BgClassName
{
background-color: #122E4A;
}
</style>
border-color css
<style>
span { border-color: #122E4A; }
span { border-color: rgb(18,46,74); }
td.TdClassName
{
border-color: #122E4A;
}
.TagClassName
{
border-color: #122E4A;
}
</style>