Shades of Blue Whale #13384D
Tints of Blue Whale #13384D
RGB
CMYK
RGB Variations
Color information
#13384D (or 0x13384D) is known color: Blue Whale. HEX triplet: 13, 38 and 4D. RGB value is (19,56,77). Sum of RGB (Red+Green+Blue) = 19+56+77=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 56 (22.27% from 255 or 36.84% from 152); Blue value is 77 (30.47% from 255 or 50.66% from 152); Max value from RGB is 77 - color contains mainly: blue. Hex color #13384D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13384D is #ECC7B2. Grayscale: #2F2F2F. Windows color (decimal): -15517619 or 5060627. OLE color: 5060627.
HSL color Cylindrical-coordinate representation of color #13384D: hue angle of 201.72º 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 #13384D is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 19 | 56 | 77 | - |
| CMYK | 0.75 | 0.27 | 0 | 0.70 |
| HSL | 201.72º | 0.6% | 0.19% | - |
| HSV(B) | 201.72º | 0.75% | 0.3% | - |
| XYZ | 3.02 | 3.5 | 7.54 | - |
| YUV | 47.33 | 144.74 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 56 | 77 | 0.75 | 0.27 | 0 | 0.70 | 201.72 | 0.6 | 0.19 |
| Hex | 13 | 38 | 4D | 4B | 1B | 0 | 46 | CA | 3C | 13 |
| Octal | 23 | 70 | 115 | 113 | 33 | 0 | 106 | 312 | 74 | 23 |
| Binary | 10011 | 111000 | 1001101 | 1001011 | 11011 | 0 | 1000110 | 11001010 | 111100 | 10011 |
Color Harmonies of #13384D
Complementary color
Monochromatic Colors of #13384D
Black with #13384D
Text Example
Text Example
White with #13384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13384D; }
p { color: rgb(19,56,77); }
H1.HeaderClassName
{
color: #13384D;
}
.AnyTagClassName
{
color: #13384D;
}
</style>
background-color css
<style>
a { background-color: #13384D; }
a { background-color: rgb(19,56,77); }
div.DivClassName
{
background-color: #13384D;
}
.BgClassName
{
background-color: #13384D;
}
</style>
border-color css
<style>
span { border-color: #13384D; }
span { border-color: rgb(19,56,77); }
td.TdClassName
{
border-color: #13384D;
}
.TagClassName
{
border-color: #13384D;
}
</style>