Shades of Blue Whale #123A4B
Tints of Blue Whale #123A4B
RGB
CMYK
RGB Variations
Color information
#123A4B (or 0x123A4B) is known color: Blue Whale. HEX triplet: 12, 3A and 4B. RGB value is (18,58,75). Sum of RGB (Red+Green+Blue) = 18+58+75=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 58 (23.05% from 255 or 38.41% from 151); Blue value is 75 (29.69% from 255 or 49.67% from 151); Max value from RGB is 75 - color contains mainly: blue. Hex color #123A4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123A4B is #EDC5B4. Grayscale: #2F2F2F. Windows color (decimal): -15582645 or 4930066. OLE color: 4930066.
HSL color Cylindrical-coordinate representation of color #123A4B: hue angle of 197.89º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #123A4B is Cyan = 0.76, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 58 | 75 | - |
| CMYK | 0.76 | 0.23 | 0 | 0.71 |
| HSL | 197.89º | 0.61% | 0.18% | - |
| HSV(B) | 197.89º | 0.76% | 0.29% | - |
| XYZ | 3.03 | 3.66 | 7.2 | - |
| YUV | 47.98 | 143.25 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 75 | 0.76 | 0.23 | 0 | 0.71 | 197.89 | 0.61 | 0.18 |
| Hex | 12 | 3A | 4B | 4C | 17 | 0 | 47 | C6 | 3D | 12 |
| Octal | 22 | 72 | 113 | 114 | 27 | 0 | 107 | 306 | 75 | 22 |
| Binary | 10010 | 111010 | 1001011 | 1001100 | 10111 | 0 | 1000111 | 11000110 | 111101 | 10010 |
Color Harmonies of #123A4B
Complementary color
Monochromatic Colors of #123A4B
Black with #123A4B
Text Example
Text Example
White with #123A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123A4B; }
p { color: rgb(18,58,75); }
H1.HeaderClassName
{
color: #123A4B;
}
.AnyTagClassName
{
color: #123A4B;
}
</style>
background-color css
<style>
a { background-color: #123A4B; }
a { background-color: rgb(18,58,75); }
div.DivClassName
{
background-color: #123A4B;
}
.BgClassName
{
background-color: #123A4B;
}
</style>
border-color css
<style>
span { border-color: #123A4B; }
span { border-color: rgb(18,58,75); }
td.TdClassName
{
border-color: #123A4B;
}
.TagClassName
{
border-color: #123A4B;
}
</style>