Shades of Blue Whale #133245
Tints of Blue Whale #133245
RGB
CMYK
RGB Variations
Color information
#133245 (or 0x133245) is known color: Blue Whale. HEX triplet: 13, 32 and 45. RGB value is (19,50,69). Sum of RGB (Red+Green+Blue) = 19+50+69=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 69 (27.34% from 255 or 50% from 138); Max value from RGB is 69 - color contains mainly: blue. Hex color #133245 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133245 is #ECCDBA. Grayscale: #2A2A2A. Windows color (decimal): -15519163 or 4534803. OLE color: 4534803.
HSL color Cylindrical-coordinate representation of color #133245: hue angle of 202.8º 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 #133245 is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 50 | 69 | - |
| CMYK | 0.72 | 0.28 | 0 | 0.73 |
| HSL | 202.8º | 0.57% | 0.17% | - |
| HSV(B) | 202.8º | 0.72% | 0.27% | - |
| XYZ | 2.48 | 2.85 | 6.05 | - |
| YUV | 42.9 | 142.73 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 50 | 69 | 0.72 | 0.28 | 0 | 0.73 | 202.8 | 0.57 | 0.17 |
| Hex | 13 | 32 | 45 | 48 | 1C | 0 | 49 | CB | 39 | 11 |
| Octal | 23 | 62 | 105 | 110 | 34 | 0 | 111 | 313 | 71 | 21 |
| Binary | 10011 | 110010 | 1000101 | 1001000 | 11100 | 0 | 1001001 | 11001011 | 111001 | 10001 |
Color Harmonies of #133245
Complementary color
Monochromatic Colors of #133245
Black with #133245
Text Example
Text Example
White with #133245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133245; }
p { color: rgb(19,50,69); }
H1.HeaderClassName
{
color: #133245;
}
.AnyTagClassName
{
color: #133245;
}
</style>
background-color css
<style>
a { background-color: #133245; }
a { background-color: rgb(19,50,69); }
div.DivClassName
{
background-color: #133245;
}
.BgClassName
{
background-color: #133245;
}
</style>
border-color css
<style>
span { border-color: #133245; }
span { border-color: rgb(19,50,69); }
td.TdClassName
{
border-color: #133245;
}
.TagClassName
{
border-color: #133245;
}
</style>