Shades of Blue Whale #132F3F
Tints of Blue Whale #132F3F
RGB
CMYK
RGB Variations
Color information
#132F3F (or 0x132F3F) is known color: Blue Whale. HEX triplet: 13, 2F and 3F. RGB value is (19,47,63). Sum of RGB (Red+Green+Blue) = 19+47+63=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 47 (18.75% from 255 or 36.43% from 129); Blue value is 63 (25% from 255 or 48.84% from 129); Max value from RGB is 63 - color contains mainly: blue. Hex color #132F3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132F3F is #ECD0C0. Grayscale: #282828. Windows color (decimal): -15519937 or 4140819. OLE color: 4140819.
HSL color Cylindrical-coordinate representation of color #132F3F: hue angle of 201.82º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #132F3F is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 47 | 63 | - |
| CMYK | 0.70 | 0.25 | 0 | 0.75 |
| HSL | 201.82º | 0.54% | 0.16% | - |
| HSV(B) | 201.82º | 0.7% | 0.25% | - |
| XYZ | 2.18 | 2.53 | 5.08 | - |
| YUV | 40.45 | 140.72 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 47 | 63 | 0.70 | 0.25 | 0 | 0.75 | 201.82 | 0.54 | 0.16 |
| Hex | 13 | 2F | 3F | 46 | 19 | 0 | 4B | CA | 36 | 10 |
| Octal | 23 | 57 | 77 | 106 | 31 | 0 | 113 | 312 | 66 | 20 |
| Binary | 10011 | 101111 | 111111 | 1000110 | 11001 | 0 | 1001011 | 11001010 | 110110 | 10000 |
Color Harmonies of #132F3F
Complementary color
Monochromatic Colors of #132F3F
Black with #132F3F
Text Example
Text Example
White with #132F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132F3F; }
p { color: rgb(19,47,63); }
H1.HeaderClassName
{
color: #132F3F;
}
.AnyTagClassName
{
color: #132F3F;
}
</style>
background-color css
<style>
a { background-color: #132F3F; }
a { background-color: rgb(19,47,63); }
div.DivClassName
{
background-color: #132F3F;
}
.BgClassName
{
background-color: #132F3F;
}
</style>
border-color css
<style>
span { border-color: #132F3F; }
span { border-color: rgb(19,47,63); }
td.TdClassName
{
border-color: #132F3F;
}
.TagClassName
{
border-color: #132F3F;
}
</style>