Shades of Blue Whale #123245
Tints of Blue Whale #123245
RGB
CMYK
RGB Variations
Color information
#123245 (or 0x123245) is known color: Blue Whale. HEX triplet: 12, 32 and 45. RGB value is (18,50,69). Sum of RGB (Red+Green+Blue) = 18+50+69=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 69 (27.34% from 255 or 50.36% from 137); Max value from RGB is 69 - color contains mainly: blue. Hex color #123245 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123245 is #EDCDBA. Grayscale: #2A2A2A. Windows color (decimal): -15584699 or 4534802. OLE color: 4534802.
HSL color Cylindrical-coordinate representation of color #123245: hue angle of 202.35º degrees, saturation: 0.59, 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 #123245 is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 50 | 69 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.73 |
| HSL | 202.35º | 0.59% | 0.17% | - |
| HSV(B) | 202.35º | 0.74% | 0.27% | - |
| XYZ | 2.46 | 2.84 | 6.05 | - |
| YUV | 42.6 | 142.9 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 50 | 69 | 0.74 | 0.28 | 0 | 0.73 | 202.35 | 0.59 | 0.17 |
| Hex | 12 | 32 | 45 | 4A | 1C | 0 | 49 | CA | 3B | 11 |
| Octal | 22 | 62 | 105 | 112 | 34 | 0 | 111 | 312 | 73 | 21 |
| Binary | 10010 | 110010 | 1000101 | 1001010 | 11100 | 0 | 1001001 | 11001010 | 111011 | 10001 |
Color Harmonies of #123245
Complementary color
Monochromatic Colors of #123245
Black with #123245
Text Example
Text Example
White with #123245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123245; }
p { color: rgb(18,50,69); }
H1.HeaderClassName
{
color: #123245;
}
.AnyTagClassName
{
color: #123245;
}
</style>
background-color css
<style>
a { background-color: #123245; }
a { background-color: rgb(18,50,69); }
div.DivClassName
{
background-color: #123245;
}
.BgClassName
{
background-color: #123245;
}
</style>
border-color css
<style>
span { border-color: #123245; }
span { border-color: rgb(18,50,69); }
td.TdClassName
{
border-color: #123245;
}
.TagClassName
{
border-color: #123245;
}
</style>