Shades of Blue Whale #13394C
Tints of Blue Whale #13394C
RGB
CMYK
RGB Variations
Color information
#13394C (or 0x13394C) is known color: Blue Whale. HEX triplet: 13, 39 and 4C. RGB value is (19,57,76). Sum of RGB (Red+Green+Blue) = 19+57+76=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 57 (22.66% from 255 or 37.5% from 152); Blue value is 76 (30.08% from 255 or 50% from 152); Max value from RGB is 76 - color contains mainly: blue. Hex color #13394C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13394C is #ECC6B3. Grayscale: #2F2F2F. Windows color (decimal): -15517364 or 4995347. OLE color: 4995347.
HSL color Cylindrical-coordinate representation of color #13394C: hue angle of 200º 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 #13394C is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 19 | 57 | 76 | - |
| CMYK | 0.75 | 0.25 | 0 | 0.70 |
| HSL | 200º | 0.6% | 0.19% | - |
| HSV(B) | 200º | 0.75% | 0.3% | - |
| XYZ | 3.04 | 3.59 | 7.37 | - |
| YUV | 47.8 | 143.91 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 57 | 76 | 0.75 | 0.25 | 0 | 0.70 | 200 | 0.6 | 0.19 |
| Hex | 13 | 39 | 4C | 4B | 19 | 0 | 46 | C8 | 3C | 13 |
| Octal | 23 | 71 | 114 | 113 | 31 | 0 | 106 | 310 | 74 | 23 |
| Binary | 10011 | 111001 | 1001100 | 1001011 | 11001 | 0 | 1000110 | 11001000 | 111100 | 10011 |
Color Harmonies of #13394C
Complementary color
Monochromatic Colors of #13394C
Black with #13394C
Text Example
Text Example
White with #13394C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13394C; }
p { color: rgb(19,57,76); }
H1.HeaderClassName
{
color: #13394C;
}
.AnyTagClassName
{
color: #13394C;
}
</style>
background-color css
<style>
a { background-color: #13394C; }
a { background-color: rgb(19,57,76); }
div.DivClassName
{
background-color: #13394C;
}
.BgClassName
{
background-color: #13394C;
}
</style>
border-color css
<style>
span { border-color: #13394C; }
span { border-color: rgb(19,57,76); }
td.TdClassName
{
border-color: #13394C;
}
.TagClassName
{
border-color: #13394C;
}
</style>