Shades of Blue Whale #123046
Tints of Blue Whale #123046
RGB
CMYK
RGB Variations
Color information
#123046 (or 0x123046) is known color: Blue Whale. HEX triplet: 12, 30 and 46. RGB value is (18,48,70). Sum of RGB (Red+Green+Blue) = 18+48+70=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 48 (19.14% from 255 or 35.29% from 136); Blue value is 70 (27.73% from 255 or 51.47% from 136); Max value from RGB is 70 - color contains mainly: blue. Hex color #123046 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123046 is #EDCFB9. Grayscale: #292929. Windows color (decimal): -15585210 or 4599826. OLE color: 4599826.
HSL color Cylindrical-coordinate representation of color #123046: hue angle of 205.38º degrees, saturation: 0.59, 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 #123046 is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 48 | 70 | - |
| CMYK | 0.74 | 0.31 | 0 | 0.73 |
| HSL | 205.38º | 0.59% | 0.17% | - |
| HSV(B) | 205.38º | 0.74% | 0.27% | - |
| XYZ | 2.41 | 2.68 | 6.19 | - |
| YUV | 41.54 | 144.06 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 48 | 70 | 0.74 | 0.31 | 0 | 0.73 | 205.38 | 0.59 | 0.17 |
| Hex | 12 | 30 | 46 | 4A | 1F | 0 | 49 | CD | 3B | 11 |
| Octal | 22 | 60 | 106 | 112 | 37 | 0 | 111 | 315 | 73 | 21 |
| Binary | 10010 | 110000 | 1000110 | 1001010 | 11111 | 0 | 1001001 | 11001101 | 111011 | 10001 |
Color Harmonies of #123046
Complementary color
Monochromatic Colors of #123046
Black with #123046
Text Example
Text Example
White with #123046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123046; }
p { color: rgb(18,48,70); }
H1.HeaderClassName
{
color: #123046;
}
.AnyTagClassName
{
color: #123046;
}
</style>
background-color css
<style>
a { background-color: #123046; }
a { background-color: rgb(18,48,70); }
div.DivClassName
{
background-color: #123046;
}
.BgClassName
{
background-color: #123046;
}
</style>
border-color css
<style>
span { border-color: #123046; }
span { border-color: rgb(18,48,70); }
td.TdClassName
{
border-color: #123046;
}
.TagClassName
{
border-color: #123046;
}
</style>