Shades of Blue Whale #123249
Tints of Blue Whale #123249
RGB
CMYK
RGB Variations
Color information
#123249 (or 0x123249) is known color: Blue Whale. HEX triplet: 12, 32 and 49. RGB value is (18,50,73). Sum of RGB (Red+Green+Blue) = 18+50+73=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 73 (28.91% from 255 or 51.77% from 141); Max value from RGB is 73 - color contains mainly: blue. Hex color #123249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123249 is #EDCDB6. Grayscale: #2A2A2A. Windows color (decimal): -15584695 or 4796946. OLE color: 4796946.
HSL color Cylindrical-coordinate representation of color #123249: hue angle of 205.09º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #123249 is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 50 | 73 | - |
| CMYK | 0.75 | 0.32 | 0 | 0.71 |
| HSL | 205.09º | 0.6% | 0.18% | - |
| HSV(B) | 205.09º | 0.75% | 0.29% | - |
| XYZ | 2.59 | 2.89 | 6.72 | - |
| YUV | 43.05 | 144.9 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 50 | 73 | 0.75 | 0.32 | 0 | 0.71 | 205.09 | 0.6 | 0.18 |
| Hex | 12 | 32 | 49 | 4B | 20 | 0 | 47 | CD | 3C | 12 |
| Octal | 22 | 62 | 111 | 113 | 40 | 0 | 107 | 315 | 74 | 22 |
| Binary | 10010 | 110010 | 1001001 | 1001011 | 100000 | 0 | 1000111 | 11001101 | 111100 | 10010 |
Color Harmonies of #123249
Complementary color
Monochromatic Colors of #123249
Black with #123249
Text Example
Text Example
White with #123249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123249; }
p { color: rgb(18,50,73); }
H1.HeaderClassName
{
color: #123249;
}
.AnyTagClassName
{
color: #123249;
}
</style>
background-color css
<style>
a { background-color: #123249; }
a { background-color: rgb(18,50,73); }
div.DivClassName
{
background-color: #123249;
}
.BgClassName
{
background-color: #123249;
}
</style>
border-color css
<style>
span { border-color: #123249; }
span { border-color: rgb(18,50,73); }
td.TdClassName
{
border-color: #123249;
}
.TagClassName
{
border-color: #123249;
}
</style>