Shades of Blue Whale #123240
Tints of Blue Whale #123240
RGB
CMYK
RGB Variations
Color information
#123240 (or 0x123240) is known color: Blue Whale. HEX triplet: 12, 32 and 40. RGB value is (18,50,64). Sum of RGB (Red+Green+Blue) = 18+50+64=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 50 (19.92% from 255 or 37.88% from 132); Blue value is 64 (25.39% from 255 or 48.48% from 132); Max value from RGB is 64 - color contains mainly: blue. Hex color #123240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123240 is #EDCDBF. Grayscale: #292929. Windows color (decimal): -15584704 or 4207122. OLE color: 4207122.
HSL color Cylindrical-coordinate representation of color #123240: hue angle of 198.26º 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 #123240 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 50 | 64 | - |
| CMYK | 0.72 | 0.22 | 0 | 0.75 |
| HSL | 198.26º | 0.56% | 0.16% | - |
| HSV(B) | 198.26º | 0.72% | 0.25% | - |
| XYZ | 2.32 | 2.78 | 5.27 | - |
| YUV | 42.03 | 140.4 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 50 | 64 | 0.72 | 0.22 | 0 | 0.75 | 198.26 | 0.56 | 0.16 |
| Hex | 12 | 32 | 40 | 48 | 16 | 0 | 4B | C6 | 38 | 10 |
| Octal | 22 | 62 | 100 | 110 | 26 | 0 | 113 | 306 | 70 | 20 |
| Binary | 10010 | 110010 | 1000000 | 1001000 | 10110 | 0 | 1001011 | 11000110 | 111000 | 10000 |
Color Harmonies of #123240
Complementary color
Monochromatic Colors of #123240
Black with #123240
Text Example
Text Example
White with #123240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123240; }
p { color: rgb(18,50,64); }
H1.HeaderClassName
{
color: #123240;
}
.AnyTagClassName
{
color: #123240;
}
</style>
background-color css
<style>
a { background-color: #123240; }
a { background-color: rgb(18,50,64); }
div.DivClassName
{
background-color: #123240;
}
.BgClassName
{
background-color: #123240;
}
</style>
border-color css
<style>
span { border-color: #123240; }
span { border-color: rgb(18,50,64); }
td.TdClassName
{
border-color: #123240;
}
.TagClassName
{
border-color: #123240;
}
</style>