Shades of Blue Whale #123749
Tints of Blue Whale #123749
RGB
CMYK
RGB Variations
Color information
#123749 (or 0x123749) is known color: Blue Whale. HEX triplet: 12, 37 and 49. RGB value is (18,55,73). Sum of RGB (Red+Green+Blue) = 18+55+73=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 55 (21.88% from 255 or 37.67% from 146); Blue value is 73 (28.91% from 255 or 50% from 146); Max value from RGB is 73 - color contains mainly: blue. Hex color #123749 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123749 is #EDC8B6. Grayscale: #2D2D2D. Windows color (decimal): -15583415 or 4798226. OLE color: 4798226.
HSL color Cylindrical-coordinate representation of color #123749: hue angle of 199.64º 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 #123749 is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 55 | 73 | - |
| CMYK | 0.75 | 0.25 | 0 | 0.71 |
| HSL | 199.64º | 0.6% | 0.18% | - |
| HSV(B) | 199.64º | 0.75% | 0.29% | - |
| XYZ | 2.82 | 3.34 | 6.8 | - |
| YUV | 45.99 | 143.24 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 55 | 73 | 0.75 | 0.25 | 0 | 0.71 | 199.64 | 0.6 | 0.18 |
| Hex | 12 | 37 | 49 | 4B | 19 | 0 | 47 | C8 | 3C | 12 |
| Octal | 22 | 67 | 111 | 113 | 31 | 0 | 107 | 310 | 74 | 22 |
| Binary | 10010 | 110111 | 1001001 | 1001011 | 11001 | 0 | 1000111 | 11001000 | 111100 | 10010 |
Color Harmonies of #123749
Complementary color
Monochromatic Colors of #123749
Black with #123749
Text Example
Text Example
White with #123749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123749; }
p { color: rgb(18,55,73); }
H1.HeaderClassName
{
color: #123749;
}
.AnyTagClassName
{
color: #123749;
}
</style>
background-color css
<style>
a { background-color: #123749; }
a { background-color: rgb(18,55,73); }
div.DivClassName
{
background-color: #123749;
}
.BgClassName
{
background-color: #123749;
}
</style>
border-color css
<style>
span { border-color: #123749; }
span { border-color: rgb(18,55,73); }
td.TdClassName
{
border-color: #123749;
}
.TagClassName
{
border-color: #123749;
}
</style>