Shades of Blue Whale #123A4A
Tints of Blue Whale #123A4A
RGB
CMYK
RGB Variations
Color information
#123A4A (or 0x123A4A) is known color: Blue Whale. HEX triplet: 12, 3A and 4A. RGB value is (18,58,74). Sum of RGB (Red+Green+Blue) = 18+58+74=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 58 (23.05% from 255 or 38.67% from 150); Blue value is 74 (29.30% from 255 or 49.33% from 150); Max value from RGB is 74 - color contains mainly: blue. Hex color #123A4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123A4A is #EDC5B5. Grayscale: #2F2F2F. Windows color (decimal): -15582646 or 4864530. OLE color: 4864530.
HSL color Cylindrical-coordinate representation of color #123A4A: hue angle of 197.14º 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 #123A4A is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 58 | 74 | - |
| CMYK | 0.76 | 0.22 | 0 | 0.71 |
| HSL | 197.14º | 0.61% | 0.18% | - |
| HSV(B) | 197.14º | 0.76% | 0.29% | - |
| XYZ | 3 | 3.65 | 7.02 | - |
| YUV | 47.86 | 142.75 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 74 | 0.76 | 0.22 | 0 | 0.71 | 197.14 | 0.61 | 0.18 |
| Hex | 12 | 3A | 4A | 4C | 16 | 0 | 47 | C5 | 3D | 12 |
| Octal | 22 | 72 | 112 | 114 | 26 | 0 | 107 | 305 | 75 | 22 |
| Binary | 10010 | 111010 | 1001010 | 1001100 | 10110 | 0 | 1000111 | 11000101 | 111101 | 10010 |
Color Harmonies of #123A4A
Complementary color
Monochromatic Colors of #123A4A
Black with #123A4A
Text Example
Text Example
White with #123A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123A4A; }
p { color: rgb(18,58,74); }
H1.HeaderClassName
{
color: #123A4A;
}
.AnyTagClassName
{
color: #123A4A;
}
</style>
background-color css
<style>
a { background-color: #123A4A; }
a { background-color: rgb(18,58,74); }
div.DivClassName
{
background-color: #123A4A;
}
.BgClassName
{
background-color: #123A4A;
}
</style>
border-color css
<style>
span { border-color: #123A4A; }
span { border-color: rgb(18,58,74); }
td.TdClassName
{
border-color: #123A4A;
}
.TagClassName
{
border-color: #123A4A;
}
</style>