Shades of Blue Whale #133349
Tints of Blue Whale #133349
RGB
CMYK
RGB Variations
Color information
#133349 (or 0x133349) is known color: Blue Whale. HEX triplet: 13, 33 and 49. RGB value is (19,51,73). Sum of RGB (Red+Green+Blue) = 19+51+73=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 73 (28.91% from 255 or 51.05% from 143); Max value from RGB is 73 - color contains mainly: blue. Hex color #133349 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133349 is #ECCCB6. Grayscale: #2B2B2B. Windows color (decimal): -15518903 or 4797203. OLE color: 4797203.
HSL color Cylindrical-coordinate representation of color #133349: hue angle of 204.44º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #133349 is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 51 | 73 | - |
| CMYK | 0.74 | 0.30 | 0 | 0.71 |
| HSL | 204.44º | 0.59% | 0.18% | - |
| HSV(B) | 204.44º | 0.74% | 0.29% | - |
| XYZ | 2.65 | 2.99 | 6.74 | - |
| YUV | 43.94 | 144.4 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 51 | 73 | 0.74 | 0.30 | 0 | 0.71 | 204.44 | 0.59 | 0.18 |
| Hex | 13 | 33 | 49 | 4A | 1E | 0 | 47 | CC | 3B | 12 |
| Octal | 23 | 63 | 111 | 112 | 36 | 0 | 107 | 314 | 73 | 22 |
| Binary | 10011 | 110011 | 1001001 | 1001010 | 11110 | 0 | 1000111 | 11001100 | 111011 | 10010 |
Color Harmonies of #133349
Complementary color
Monochromatic Colors of #133349
Black with #133349
Text Example
Text Example
White with #133349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133349; }
p { color: rgb(19,51,73); }
H1.HeaderClassName
{
color: #133349;
}
.AnyTagClassName
{
color: #133349;
}
</style>
background-color css
<style>
a { background-color: #133349; }
a { background-color: rgb(19,51,73); }
div.DivClassName
{
background-color: #133349;
}
.BgClassName
{
background-color: #133349;
}
</style>
border-color css
<style>
span { border-color: #133349; }
span { border-color: rgb(19,51,73); }
td.TdClassName
{
border-color: #133349;
}
.TagClassName
{
border-color: #133349;
}
</style>