Shades of Blue Whale #122F43
Tints of Blue Whale #122F43
RGB
CMYK
RGB Variations
Color information
#122F43 (or 0x122F43) is known color: Blue Whale. HEX triplet: 12, 2F and 43. RGB value is (18,47,67). Sum of RGB (Red+Green+Blue) = 18+47+67=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 47 (18.75% from 255 or 35.61% from 132); Blue value is 67 (26.56% from 255 or 50.76% from 132); Max value from RGB is 67 - color contains mainly: blue. Hex color #122F43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122F43 is #EDD0BC. Grayscale: #282828. Windows color (decimal): -15585469 or 4402962. OLE color: 4402962.
HSL color Cylindrical-coordinate representation of color #122F43: hue angle of 204.49º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #122F43 is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 18 | 47 | 67 | - |
| CMYK | 0.73 | 0.30 | 0 | 0.74 |
| HSL | 204.49º | 0.58% | 0.17% | - |
| HSV(B) | 204.49º | 0.73% | 0.26% | - |
| XYZ | 2.28 | 2.57 | 5.69 | - |
| YUV | 40.61 | 142.89 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 47 | 67 | 0.73 | 0.30 | 0 | 0.74 | 204.49 | 0.58 | 0.17 |
| Hex | 12 | 2F | 43 | 49 | 1E | 0 | 4A | CC | 3A | 11 |
| Octal | 22 | 57 | 103 | 111 | 36 | 0 | 112 | 314 | 72 | 21 |
| Binary | 10010 | 101111 | 1000011 | 1001001 | 11110 | 0 | 1001010 | 11001100 | 111010 | 10001 |
Color Harmonies of #122F43
Complementary color
Monochromatic Colors of #122F43
Black with #122F43
Text Example
Text Example
White with #122F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122F43; }
p { color: rgb(18,47,67); }
H1.HeaderClassName
{
color: #122F43;
}
.AnyTagClassName
{
color: #122F43;
}
</style>
background-color css
<style>
a { background-color: #122F43; }
a { background-color: rgb(18,47,67); }
div.DivClassName
{
background-color: #122F43;
}
.BgClassName
{
background-color: #122F43;
}
</style>
border-color css
<style>
span { border-color: #122F43; }
span { border-color: rgb(18,47,67); }
td.TdClassName
{
border-color: #122F43;
}
.TagClassName
{
border-color: #122F43;
}
</style>