Shades of Blue Whale #123344
Tints of Blue Whale #123344
RGB
CMYK
RGB Variations
Color information
#123344 (or 0x123344) is known color: Blue Whale. HEX triplet: 12, 33 and 44. RGB value is (18,51,68). Sum of RGB (Red+Green+Blue) = 18+51+68=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 51 (20.31% from 255 or 37.23% from 137); Blue value is 68 (26.95% from 255 or 49.64% from 137); Max value from RGB is 68 - color contains mainly: blue. Hex color #123344 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123344 is #EDCCBB. Grayscale: #2A2A2A. Windows color (decimal): -15584444 or 4469522. OLE color: 4469522.
HSL color Cylindrical-coordinate representation of color #123344: hue angle of 200.4º degrees, saturation: 0.58, 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 #123344 is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 51 | 68 | - |
| CMYK | 0.74 | 0.25 | 0 | 0.73 |
| HSL | 200.4º | 0.58% | 0.17% | - |
| HSV(B) | 200.4º | 0.74% | 0.27% | - |
| XYZ | 2.48 | 2.91 | 5.9 | - |
| YUV | 43.07 | 142.07 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 51 | 68 | 0.74 | 0.25 | 0 | 0.73 | 200.4 | 0.58 | 0.17 |
| Hex | 12 | 33 | 44 | 4A | 19 | 0 | 49 | C8 | 3A | 11 |
| Octal | 22 | 63 | 104 | 112 | 31 | 0 | 111 | 310 | 72 | 21 |
| Binary | 10010 | 110011 | 1000100 | 1001010 | 11001 | 0 | 1001001 | 11001000 | 111010 | 10001 |
Color Harmonies of #123344
Complementary color
Monochromatic Colors of #123344
Black with #123344
Text Example
Text Example
White with #123344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123344; }
p { color: rgb(18,51,68); }
H1.HeaderClassName
{
color: #123344;
}
.AnyTagClassName
{
color: #123344;
}
</style>
background-color css
<style>
a { background-color: #123344; }
a { background-color: rgb(18,51,68); }
div.DivClassName
{
background-color: #123344;
}
.BgClassName
{
background-color: #123344;
}
</style>
border-color css
<style>
span { border-color: #123344; }
span { border-color: rgb(18,51,68); }
td.TdClassName
{
border-color: #123344;
}
.TagClassName
{
border-color: #123344;
}
</style>