Shades of Blue Whale #123145
Tints of Blue Whale #123145
RGB
CMYK
RGB Variations
Color information
#123145 (or 0x123145) is known color: Blue Whale. HEX triplet: 12, 31 and 45. RGB value is (18,49,69). Sum of RGB (Red+Green+Blue) = 18+49+69=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 69 (27.34% from 255 or 50.74% from 136); Max value from RGB is 69 - color contains mainly: blue. Hex color #123145 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123145 is #EDCEBA. Grayscale: #292929. Windows color (decimal): -15584955 or 4534546. OLE color: 4534546.
HSL color Cylindrical-coordinate representation of color #123145: hue angle of 203.53º 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 #123145 is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 49 | 69 | - |
| CMYK | 0.74 | 0.29 | 0 | 0.73 |
| HSL | 203.53º | 0.59% | 0.17% | - |
| HSV(B) | 203.53º | 0.74% | 0.27% | - |
| XYZ | 2.42 | 2.75 | 6.03 | - |
| YUV | 42.01 | 143.23 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 49 | 69 | 0.74 | 0.29 | 0 | 0.73 | 203.53 | 0.59 | 0.17 |
| Hex | 12 | 31 | 45 | 4A | 1D | 0 | 49 | CC | 3B | 11 |
| Octal | 22 | 61 | 105 | 112 | 35 | 0 | 111 | 314 | 73 | 21 |
| Binary | 10010 | 110001 | 1000101 | 1001010 | 11101 | 0 | 1001001 | 11001100 | 111011 | 10001 |
Color Harmonies of #123145
Complementary color
Monochromatic Colors of #123145
Black with #123145
Text Example
Text Example
White with #123145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123145; }
p { color: rgb(18,49,69); }
H1.HeaderClassName
{
color: #123145;
}
.AnyTagClassName
{
color: #123145;
}
</style>
background-color css
<style>
a { background-color: #123145; }
a { background-color: rgb(18,49,69); }
div.DivClassName
{
background-color: #123145;
}
.BgClassName
{
background-color: #123145;
}
</style>
border-color css
<style>
span { border-color: #123145; }
span { border-color: rgb(18,49,69); }
td.TdClassName
{
border-color: #123145;
}
.TagClassName
{
border-color: #123145;
}
</style>