Shades of Blue Whale #132E50
Tints of Blue Whale #132E50
RGB
CMYK
RGB Variations
Color information
#132E50 (or 0x132E50) is known color: Blue Whale. HEX triplet: 13, 2E and 50. RGB value is (19,46,80). Sum of RGB (Red+Green+Blue) = 19+46+80=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 46 (18.36% from 255 or 31.72% from 145); Blue value is 80 (31.64% from 255 or 55.17% from 145); Max value from RGB is 80 - color contains mainly: blue. Hex color #132E50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132E50 is #ECD1AF. Grayscale: #292929. Windows color (decimal): -15520176 or 5254675. OLE color: 5254675.
HSL color Cylindrical-coordinate representation of color #132E50: hue angle of 213.44º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #132E50 is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 46 | 80 | - |
| CMYK | 0.76 | 0.42 | 0 | 0.69 |
| HSL | 213.44º | 0.62% | 0.19% | - |
| HSV(B) | 213.44º | 0.76% | 0.31% | - |
| XYZ | 2.69 | 2.67 | 7.96 | - |
| YUV | 41.8 | 149.55 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 46 | 80 | 0.76 | 0.42 | 0 | 0.69 | 213.44 | 0.62 | 0.19 |
| Hex | 13 | 2E | 50 | 4C | 2A | 0 | 45 | D5 | 3E | 13 |
| Octal | 23 | 56 | 120 | 114 | 52 | 0 | 105 | 325 | 76 | 23 |
| Binary | 10011 | 101110 | 1010000 | 1001100 | 101010 | 0 | 1000101 | 11010101 | 111110 | 10011 |
Color Harmonies of #132E50
Complementary color
Monochromatic Colors of #132E50
Black with #132E50
Text Example
Text Example
White with #132E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132E50; }
p { color: rgb(19,46,80); }
H1.HeaderClassName
{
color: #132E50;
}
.AnyTagClassName
{
color: #132E50;
}
</style>
background-color css
<style>
a { background-color: #132E50; }
a { background-color: rgb(19,46,80); }
div.DivClassName
{
background-color: #132E50;
}
.BgClassName
{
background-color: #132E50;
}
</style>
border-color css
<style>
span { border-color: #132E50; }
span { border-color: rgb(19,46,80); }
td.TdClassName
{
border-color: #132E50;
}
.TagClassName
{
border-color: #132E50;
}
</style>