Shades of Blue Whale #123744
Tints of Blue Whale #123744
RGB
CMYK
RGB Variations
Color information
#123744 (or 0x123744) is known color: Blue Whale. HEX triplet: 12, 37 and 44. RGB value is (18,55,68). Sum of RGB (Red+Green+Blue) = 18+55+68=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 55 (21.88% from 255 or 39.01% from 141); Blue value is 68 (26.95% from 255 or 48.23% from 141); Max value from RGB is 68 - color contains mainly: blue. Hex color #123744 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123744 is #EDC8BB. Grayscale: #2D2D2D. Windows color (decimal): -15583420 or 4470546. OLE color: 4470546.
HSL color Cylindrical-coordinate representation of color #123744: hue angle of 195.6º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #123744 is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 55 | 68 | - |
| CMYK | 0.74 | 0.19 | 0 | 0.73 |
| HSL | 195.6º | 0.58% | 0.17% | - |
| HSV(B) | 195.6º | 0.74% | 0.27% | - |
| XYZ | 2.66 | 3.28 | 5.96 | - |
| YUV | 45.42 | 140.74 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 55 | 68 | 0.74 | 0.19 | 0 | 0.73 | 195.6 | 0.58 | 0.17 |
| Hex | 12 | 37 | 44 | 4A | 13 | 0 | 49 | C4 | 3A | 11 |
| Octal | 22 | 67 | 104 | 112 | 23 | 0 | 111 | 304 | 72 | 21 |
| Binary | 10010 | 110111 | 1000100 | 1001010 | 10011 | 0 | 1001001 | 11000100 | 111010 | 10001 |
Color Harmonies of #123744
Complementary color
Monochromatic Colors of #123744
Black with #123744
Text Example
Text Example
White with #123744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123744; }
p { color: rgb(18,55,68); }
H1.HeaderClassName
{
color: #123744;
}
.AnyTagClassName
{
color: #123744;
}
</style>
background-color css
<style>
a { background-color: #123744; }
a { background-color: rgb(18,55,68); }
div.DivClassName
{
background-color: #123744;
}
.BgClassName
{
background-color: #123744;
}
</style>
border-color css
<style>
span { border-color: #123744; }
span { border-color: rgb(18,55,68); }
td.TdClassName
{
border-color: #123744;
}
.TagClassName
{
border-color: #123744;
}
</style>