Shades of Blue Whale #132E4B
Tints of Blue Whale #132E4B
RGB
CMYK
RGB Variations
Color information
#132E4B (or 0x132E4B) is known color: Blue Whale. HEX triplet: 13, 2E and 4B. RGB value is (19,46,75). Sum of RGB (Red+Green+Blue) = 19+46+75=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 46 (18.36% from 255 or 32.86% from 140); Blue value is 75 (29.69% from 255 or 53.57% from 140); Max value from RGB is 75 - color contains mainly: blue. Hex color #132E4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132E4B is #ECD1B4. Grayscale: #292929. Windows color (decimal): -15520181 or 4926995. OLE color: 4926995.
HSL color Cylindrical-coordinate representation of color #132E4B: hue angle of 211.07º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #132E4B is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 46 | 75 | - |
| CMYK | 0.75 | 0.39 | 0 | 0.71 |
| HSL | 211.07º | 0.6% | 0.18% | - |
| HSV(B) | 211.07º | 0.75% | 0.29% | - |
| XYZ | 2.52 | 2.6 | 7.03 | - |
| YUV | 41.23 | 147.05 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 46 | 75 | 0.75 | 0.39 | 0 | 0.71 | 211.07 | 0.6 | 0.18 |
| Hex | 13 | 2E | 4B | 4B | 27 | 0 | 47 | D3 | 3C | 12 |
| Octal | 23 | 56 | 113 | 113 | 47 | 0 | 107 | 323 | 74 | 22 |
| Binary | 10011 | 101110 | 1001011 | 1001011 | 100111 | 0 | 1000111 | 11010011 | 111100 | 10010 |
Color Harmonies of #132E4B
Complementary color
Monochromatic Colors of #132E4B
Black with #132E4B
Text Example
Text Example
White with #132E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132E4B; }
p { color: rgb(19,46,75); }
H1.HeaderClassName
{
color: #132E4B;
}
.AnyTagClassName
{
color: #132E4B;
}
</style>
background-color css
<style>
a { background-color: #132E4B; }
a { background-color: rgb(19,46,75); }
div.DivClassName
{
background-color: #132E4B;
}
.BgClassName
{
background-color: #132E4B;
}
</style>
border-color css
<style>
span { border-color: #132E4B; }
span { border-color: rgb(19,46,75); }
td.TdClassName
{
border-color: #132E4B;
}
.TagClassName
{
border-color: #132E4B;
}
</style>