Shades of Blue Whale #132F45
Tints of Blue Whale #132F45
RGB
CMYK
RGB Variations
Color information
#132F45 (or 0x132F45) is known color: Blue Whale. HEX triplet: 13, 2F and 45. RGB value is (19,47,69). Sum of RGB (Red+Green+Blue) = 19+47+69=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 47 (18.75% from 255 or 34.81% from 135); Blue value is 69 (27.34% from 255 or 51.11% from 135); Max value from RGB is 69 - color contains mainly: blue. Hex color #132F45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132F45 is #ECD0BA. Grayscale: #292929. Windows color (decimal): -15519931 or 4534035. OLE color: 4534035.
HSL color Cylindrical-coordinate representation of color #132F45: hue angle of 206.4º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #132F45 is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 47 | 69 | - |
| CMYK | 0.72 | 0.32 | 0 | 0.73 |
| HSL | 206.4º | 0.57% | 0.17% | - |
| HSV(B) | 206.4º | 0.72% | 0.27% | - |
| XYZ | 2.36 | 2.6 | 6.01 | - |
| YUV | 41.14 | 143.72 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 47 | 69 | 0.72 | 0.32 | 0 | 0.73 | 206.4 | 0.57 | 0.17 |
| Hex | 13 | 2F | 45 | 48 | 20 | 0 | 49 | CE | 39 | 11 |
| Octal | 23 | 57 | 105 | 110 | 40 | 0 | 111 | 316 | 71 | 21 |
| Binary | 10011 | 101111 | 1000101 | 1001000 | 100000 | 0 | 1001001 | 11001110 | 111001 | 10001 |
Color Harmonies of #132F45
Complementary color
Monochromatic Colors of #132F45
Black with #132F45
Text Example
Text Example
White with #132F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132F45; }
p { color: rgb(19,47,69); }
H1.HeaderClassName
{
color: #132F45;
}
.AnyTagClassName
{
color: #132F45;
}
</style>
background-color css
<style>
a { background-color: #132F45; }
a { background-color: rgb(19,47,69); }
div.DivClassName
{
background-color: #132F45;
}
.BgClassName
{
background-color: #132F45;
}
</style>
border-color css
<style>
span { border-color: #132F45; }
span { border-color: rgb(19,47,69); }
td.TdClassName
{
border-color: #132F45;
}
.TagClassName
{
border-color: #132F45;
}
</style>