Shades of Blue Whale #13334A
Tints of Blue Whale #13334A
RGB
CMYK
RGB Variations
Color information
#13334A (or 0x13334A) is known color: Blue Whale. HEX triplet: 13, 33 and 4A. RGB value is (19,51,74). Sum of RGB (Red+Green+Blue) = 19+51+74=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 51 (20.31% from 255 or 35.42% from 144); Blue value is 74 (29.30% from 255 or 51.39% from 144); Max value from RGB is 74 - color contains mainly: blue. Hex color #13334A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13334A is #ECCCB5. Grayscale: #2B2B2B. Windows color (decimal): -15518902 or 4862739. OLE color: 4862739.
HSL color Cylindrical-coordinate representation of color #13334A: hue angle of 205.09º 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 #13334A is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 51 | 74 | - |
| CMYK | 0.74 | 0.31 | 0 | 0.71 |
| HSL | 205.09º | 0.59% | 0.18% | - |
| HSV(B) | 205.09º | 0.74% | 0.29% | - |
| XYZ | 2.69 | 3 | 6.92 | - |
| YUV | 44.05 | 144.9 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 51 | 74 | 0.74 | 0.31 | 0 | 0.71 | 205.09 | 0.59 | 0.18 |
| Hex | 13 | 33 | 4A | 4A | 1F | 0 | 47 | CD | 3B | 12 |
| Octal | 23 | 63 | 112 | 112 | 37 | 0 | 107 | 315 | 73 | 22 |
| Binary | 10011 | 110011 | 1001010 | 1001010 | 11111 | 0 | 1000111 | 11001101 | 111011 | 10010 |
Color Harmonies of #13334A
Complementary color
Monochromatic Colors of #13334A
Black with #13334A
Text Example
Text Example
White with #13334A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13334A; }
p { color: rgb(19,51,74); }
H1.HeaderClassName
{
color: #13334A;
}
.AnyTagClassName
{
color: #13334A;
}
</style>
background-color css
<style>
a { background-color: #13334A; }
a { background-color: rgb(19,51,74); }
div.DivClassName
{
background-color: #13334A;
}
.BgClassName
{
background-color: #13334A;
}
</style>
border-color css
<style>
span { border-color: #13334A; }
span { border-color: rgb(19,51,74); }
td.TdClassName
{
border-color: #13334A;
}
.TagClassName
{
border-color: #13334A;
}
</style>