Shades of Blue Whale #132F3D
Tints of Blue Whale #132F3D
RGB
CMYK
RGB Variations
Color information
#132F3D (or 0x132F3D) is known color: Blue Whale. HEX triplet: 13, 2F and 3D. RGB value is (19,47,61). Sum of RGB (Red+Green+Blue) = 19+47+61=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 47 (18.75% from 255 or 37.01% from 127); Blue value is 61 (24.22% from 255 or 48.03% from 127); Max value from RGB is 61 - color contains mainly: blue. Hex color #132F3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132F3D is #ECD0C2. Grayscale: #282828. Windows color (decimal): -15519939 or 4009747. OLE color: 4009747.
HSL color Cylindrical-coordinate representation of color #132F3D: hue angle of 200º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #132F3D is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 47 | 61 | - |
| CMYK | 0.69 | 0.23 | 0 | 0.76 |
| HSL | 200º | 0.53% | 0.16% | - |
| HSV(B) | 200º | 0.69% | 0.24% | - |
| XYZ | 2.13 | 2.51 | 4.79 | - |
| YUV | 40.22 | 139.72 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 47 | 61 | 0.69 | 0.23 | 0 | 0.76 | 200 | 0.53 | 0.16 |
| Hex | 13 | 2F | 3D | 45 | 17 | 0 | 4C | C8 | 34 | 10 |
| Octal | 23 | 57 | 75 | 105 | 27 | 0 | 114 | 310 | 64 | 20 |
| Binary | 10011 | 101111 | 111101 | 1000101 | 10111 | 0 | 1001100 | 11001000 | 110100 | 10000 |
Color Harmonies of #132F3D
Complementary color
Monochromatic Colors of #132F3D
Black with #132F3D
Text Example
Text Example
White with #132F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132F3D; }
p { color: rgb(19,47,61); }
H1.HeaderClassName
{
color: #132F3D;
}
.AnyTagClassName
{
color: #132F3D;
}
</style>
background-color css
<style>
a { background-color: #132F3D; }
a { background-color: rgb(19,47,61); }
div.DivClassName
{
background-color: #132F3D;
}
.BgClassName
{
background-color: #132F3D;
}
</style>
border-color css
<style>
span { border-color: #132F3D; }
span { border-color: rgb(19,47,61); }
td.TdClassName
{
border-color: #132F3D;
}
.TagClassName
{
border-color: #132F3D;
}
</style>