Shades of Blue Whale #133A4B
Tints of Blue Whale #133A4B
RGB
CMYK
RGB Variations
Color information
#133A4B (or 0x133A4B) is known color: Blue Whale. HEX triplet: 13, 3A and 4B. RGB value is (19,58,75). Sum of RGB (Red+Green+Blue) = 19+58+75=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 58 (23.05% from 255 or 38.16% from 152); Blue value is 75 (29.69% from 255 or 49.34% from 152); Max value from RGB is 75 - color contains mainly: blue. Hex color #133A4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133A4B is #ECC5B4. Grayscale: #303030. Windows color (decimal): -15517109 or 4930067. OLE color: 4930067.
HSL color Cylindrical-coordinate representation of color #133A4B: hue angle of 198.21º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #133A4B is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 58 | 75 | - |
| CMYK | 0.75 | 0.23 | 0 | 0.71 |
| HSL | 198.21º | 0.6% | 0.18% | - |
| HSV(B) | 198.21º | 0.75% | 0.29% | - |
| XYZ | 3.05 | 3.67 | 7.2 | - |
| YUV | 48.28 | 143.08 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 58 | 75 | 0.75 | 0.23 | 0 | 0.71 | 198.21 | 0.6 | 0.18 |
| Hex | 13 | 3A | 4B | 4B | 17 | 0 | 47 | C6 | 3C | 12 |
| Octal | 23 | 72 | 113 | 113 | 27 | 0 | 107 | 306 | 74 | 22 |
| Binary | 10011 | 111010 | 1001011 | 1001011 | 10111 | 0 | 1000111 | 11000110 | 111100 | 10010 |
Color Harmonies of #133A4B
Complementary color
Monochromatic Colors of #133A4B
Black with #133A4B
Text Example
Text Example
White with #133A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133A4B; }
p { color: rgb(19,58,75); }
H1.HeaderClassName
{
color: #133A4B;
}
.AnyTagClassName
{
color: #133A4B;
}
</style>
background-color css
<style>
a { background-color: #133A4B; }
a { background-color: rgb(19,58,75); }
div.DivClassName
{
background-color: #133A4B;
}
.BgClassName
{
background-color: #133A4B;
}
</style>
border-color css
<style>
span { border-color: #133A4B; }
span { border-color: rgb(19,58,75); }
td.TdClassName
{
border-color: #133A4B;
}
.TagClassName
{
border-color: #133A4B;
}
</style>