Shades of Blue Whale #123445
Tints of Blue Whale #123445
RGB
CMYK
RGB Variations
Color information
#123445 (or 0x123445) is known color: Blue Whale. HEX triplet: 12, 34 and 45. RGB value is (18,52,69). Sum of RGB (Red+Green+Blue) = 18+52+69=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 52 (20.70% from 255 or 37.41% from 139); Blue value is 69 (27.34% from 255 or 49.64% from 139); Max value from RGB is 69 - color contains mainly: blue. Hex color #123445 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123445 is #EDCBBA. Grayscale: #2B2B2B. Windows color (decimal): -15584187 or 4535314. OLE color: 4535314.
HSL color Cylindrical-coordinate representation of color #123445: hue angle of 200º 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 #123445 is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 52 | 69 | - |
| CMYK | 0.74 | 0.25 | 0 | 0.73 |
| HSL | 200º | 0.59% | 0.17% | - |
| HSV(B) | 200º | 0.74% | 0.27% | - |
| XYZ | 2.55 | 3.01 | 6.08 | - |
| YUV | 43.77 | 142.24 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 52 | 69 | 0.74 | 0.25 | 0 | 0.73 | 200 | 0.59 | 0.17 |
| Hex | 12 | 34 | 45 | 4A | 19 | 0 | 49 | C8 | 3B | 11 |
| Octal | 22 | 64 | 105 | 112 | 31 | 0 | 111 | 310 | 73 | 21 |
| Binary | 10010 | 110100 | 1000101 | 1001010 | 11001 | 0 | 1001001 | 11001000 | 111011 | 10001 |
Color Harmonies of #123445
Complementary color
Monochromatic Colors of #123445
Black with #123445
Text Example
Text Example
White with #123445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123445; }
p { color: rgb(18,52,69); }
H1.HeaderClassName
{
color: #123445;
}
.AnyTagClassName
{
color: #123445;
}
</style>
background-color css
<style>
a { background-color: #123445; }
a { background-color: rgb(18,52,69); }
div.DivClassName
{
background-color: #123445;
}
.BgClassName
{
background-color: #123445;
}
</style>
border-color css
<style>
span { border-color: #123445; }
span { border-color: rgb(18,52,69); }
td.TdClassName
{
border-color: #123445;
}
.TagClassName
{
border-color: #123445;
}
</style>