Shades of Blue Whale #123A48
Tints of Blue Whale #123A48
RGB
CMYK
RGB Variations
Color information
#123A48 (or 0x123A48) is known color: Blue Whale. HEX triplet: 12, 3A and 48. RGB value is (18,58,72). Sum of RGB (Red+Green+Blue) = 18+58+72=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 58 (23.05% from 255 or 39.19% from 148); Blue value is 72 (28.52% from 255 or 48.65% from 148); Max value from RGB is 72 - color contains mainly: blue. Hex color #123A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123A48 is #EDC5B7. Grayscale: #2F2F2F. Windows color (decimal): -15582648 or 4733458. OLE color: 4733458.
HSL color Cylindrical-coordinate representation of color #123A48: hue angle of 195.56º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #123A48 is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 18 | 58 | 72 | - |
| CMYK | 0.75 | 0.19 | 0 | 0.72 |
| HSL | 195.56º | 0.6% | 0.18% | - |
| HSV(B) | 195.56º | 0.75% | 0.28% | - |
| XYZ | 2.93 | 3.62 | 6.68 | - |
| YUV | 47.64 | 141.75 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 72 | 0.75 | 0.19 | 0 | 0.72 | 195.56 | 0.6 | 0.18 |
| Hex | 12 | 3A | 48 | 4B | 13 | 0 | 48 | C4 | 3C | 12 |
| Octal | 22 | 72 | 110 | 113 | 23 | 0 | 110 | 304 | 74 | 22 |
| Binary | 10010 | 111010 | 1001000 | 1001011 | 10011 | 0 | 1001000 | 11000100 | 111100 | 10010 |
Color Harmonies of #123A48
Complementary color
Monochromatic Colors of #123A48
Black with #123A48
Text Example
Text Example
White with #123A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123A48; }
p { color: rgb(18,58,72); }
H1.HeaderClassName
{
color: #123A48;
}
.AnyTagClassName
{
color: #123A48;
}
</style>
background-color css
<style>
a { background-color: #123A48; }
a { background-color: rgb(18,58,72); }
div.DivClassName
{
background-color: #123A48;
}
.BgClassName
{
background-color: #123A48;
}
</style>
border-color css
<style>
span { border-color: #123A48; }
span { border-color: rgb(18,58,72); }
td.TdClassName
{
border-color: #123A48;
}
.TagClassName
{
border-color: #123A48;
}
</style>