Shades of Blue Whale #13334C
Tints of Blue Whale #13334C
RGB
CMYK
RGB Variations
Color information
#13334C (or 0x13334C) is known color: Blue Whale. HEX triplet: 13, 33 and 4C. RGB value is (19,51,76). Sum of RGB (Red+Green+Blue) = 19+51+76=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 76 (30.08% from 255 or 52.05% from 146); Max value from RGB is 76 - color contains mainly: blue. Hex color #13334C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13334C is #ECCCB3. Grayscale: #2C2C2C. Windows color (decimal): -15518900 or 4993811. OLE color: 4993811.
HSL color Cylindrical-coordinate representation of color #13334C: hue angle of 206.32º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #13334C is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 19 | 51 | 76 | - |
| CMYK | 0.75 | 0.33 | 0 | 0.70 |
| HSL | 206.32º | 0.6% | 0.19% | - |
| HSV(B) | 206.32º | 0.75% | 0.3% | - |
| XYZ | 2.76 | 3.03 | 7.28 | - |
| YUV | 44.28 | 145.9 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 51 | 76 | 0.75 | 0.33 | 0 | 0.70 | 206.32 | 0.6 | 0.19 |
| Hex | 13 | 33 | 4C | 4B | 21 | 0 | 46 | CE | 3C | 13 |
| Octal | 23 | 63 | 114 | 113 | 41 | 0 | 106 | 316 | 74 | 23 |
| Binary | 10011 | 110011 | 1001100 | 1001011 | 100001 | 0 | 1000110 | 11001110 | 111100 | 10011 |
Color Harmonies of #13334C
Complementary color
Monochromatic Colors of #13334C
Black with #13334C
Text Example
Text Example
White with #13334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13334C; }
p { color: rgb(19,51,76); }
H1.HeaderClassName
{
color: #13334C;
}
.AnyTagClassName
{
color: #13334C;
}
</style>
background-color css
<style>
a { background-color: #13334C; }
a { background-color: rgb(19,51,76); }
div.DivClassName
{
background-color: #13334C;
}
.BgClassName
{
background-color: #13334C;
}
</style>
border-color css
<style>
span { border-color: #13334C; }
span { border-color: rgb(19,51,76); }
td.TdClassName
{
border-color: #13334C;
}
.TagClassName
{
border-color: #13334C;
}
</style>