Shades of Blue Whale #13303B
Tints of Blue Whale #13303B
RGB
CMYK
RGB Variations
Color information
#13303B (or 0x13303B) is known color: Blue Whale. HEX triplet: 13, 30 and 3B. RGB value is (19,48,59). Sum of RGB (Red+Green+Blue) = 19+48+59=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 48 (19.14% from 255 or 38.10% from 126); Blue value is 59 (23.44% from 255 or 46.83% from 126); Max value from RGB is 59 - color contains mainly: blue. Hex color #13303B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13303B is #ECCFC4. Grayscale: #282828. Windows color (decimal): -15519685 or 3878931. OLE color: 3878931.
HSL color Cylindrical-coordinate representation of color #13303B: hue angle of 196.5º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #13303B is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 19 | 48 | 59 | - |
| CMYK | 0.68 | 0.19 | 0 | 0.77 |
| HSL | 196.5º | 0.51% | 0.15% | - |
| HSV(B) | 196.5º | 0.68% | 0.23% | - |
| XYZ | 2.11 | 2.57 | 4.52 | - |
| YUV | 40.58 | 138.39 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 48 | 59 | 0.68 | 0.19 | 0 | 0.77 | 196.5 | 0.51 | 0.15 |
| Hex | 13 | 30 | 3B | 44 | 13 | 0 | 4D | C4 | 33 | F |
| Octal | 23 | 60 | 73 | 104 | 23 | 0 | 115 | 304 | 63 | 17 |
| Binary | 10011 | 110000 | 111011 | 1000100 | 10011 | 0 | 1001101 | 11000100 | 110011 | 1111 |
Color Harmonies of #13303B
Complementary color
Monochromatic Colors of #13303B
Black with #13303B
Text Example
Text Example
White with #13303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13303B; }
p { color: rgb(19,48,59); }
H1.HeaderClassName
{
color: #13303B;
}
.AnyTagClassName
{
color: #13303B;
}
</style>
background-color css
<style>
a { background-color: #13303B; }
a { background-color: rgb(19,48,59); }
div.DivClassName
{
background-color: #13303B;
}
.BgClassName
{
background-color: #13303B;
}
</style>
border-color css
<style>
span { border-color: #13303B; }
span { border-color: rgb(19,48,59); }
td.TdClassName
{
border-color: #13303B;
}
.TagClassName
{
border-color: #13303B;
}
</style>