Shades of Blue Whale #133345
Tints of Blue Whale #133345
RGB
CMYK
RGB Variations
Color information
#133345 (or 0x133345) is known color: Blue Whale. HEX triplet: 13, 33 and 45. RGB value is (19,51,69). Sum of RGB (Red+Green+Blue) = 19+51+69=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 51 (20.31% from 255 or 36.69% from 139); Blue value is 69 (27.34% from 255 or 49.64% from 139); Max value from RGB is 69 - color contains mainly: blue. Hex color #133345 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133345 is #ECCCBA. Grayscale: #2B2B2B. Windows color (decimal): -15518907 or 4535059. OLE color: 4535059.
HSL color Cylindrical-coordinate representation of color #133345: hue angle of 201.6º 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 #133345 is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 51 | 69 | - |
| CMYK | 0.72 | 0.26 | 0 | 0.73 |
| HSL | 201.6º | 0.57% | 0.17% | - |
| HSV(B) | 201.6º | 0.72% | 0.27% | - |
| XYZ | 2.53 | 2.94 | 6.06 | - |
| YUV | 43.48 | 142.4 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 51 | 69 | 0.72 | 0.26 | 0 | 0.73 | 201.6 | 0.57 | 0.17 |
| Hex | 13 | 33 | 45 | 48 | 1A | 0 | 49 | CA | 39 | 11 |
| Octal | 23 | 63 | 105 | 110 | 32 | 0 | 111 | 312 | 71 | 21 |
| Binary | 10011 | 110011 | 1000101 | 1001000 | 11010 | 0 | 1001001 | 11001010 | 111001 | 10001 |
Color Harmonies of #133345
Complementary color
Monochromatic Colors of #133345
Black with #133345
Text Example
Text Example
White with #133345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133345; }
p { color: rgb(19,51,69); }
H1.HeaderClassName
{
color: #133345;
}
.AnyTagClassName
{
color: #133345;
}
</style>
background-color css
<style>
a { background-color: #133345; }
a { background-color: rgb(19,51,69); }
div.DivClassName
{
background-color: #133345;
}
.BgClassName
{
background-color: #133345;
}
</style>
border-color css
<style>
span { border-color: #133345; }
span { border-color: rgb(19,51,69); }
td.TdClassName
{
border-color: #133345;
}
.TagClassName
{
border-color: #133345;
}
</style>