Shades of Blue Whale #13303C
Tints of Blue Whale #13303C
RGB
CMYK
RGB Variations
Color information
#13303C (or 0x13303C) is known color: Blue Whale. HEX triplet: 13, 30 and 3C. RGB value is (19,48,60). Sum of RGB (Red+Green+Blue) = 19+48+60=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 48 (19.14% from 255 or 37.80% from 127); Blue value is 60 (23.83% from 255 or 47.24% from 127); Max value from RGB is 60 - color contains mainly: blue. Hex color #13303C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13303C is #ECCFC3. Grayscale: #282828. Windows color (decimal): -15519684 or 3944467. OLE color: 3944467.
HSL color Cylindrical-coordinate representation of color #13303C: hue angle of 197.56º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #13303C is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 48 | 60 | - |
| CMYK | 0.68 | 0.20 | 0 | 0.76 |
| HSL | 197.56º | 0.52% | 0.15% | - |
| HSV(B) | 197.56º | 0.68% | 0.24% | - |
| XYZ | 2.14 | 2.58 | 4.66 | - |
| YUV | 40.7 | 138.89 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 48 | 60 | 0.68 | 0.20 | 0 | 0.76 | 197.56 | 0.52 | 0.15 |
| Hex | 13 | 30 | 3C | 44 | 14 | 0 | 4C | C6 | 34 | F |
| Octal | 23 | 60 | 74 | 104 | 24 | 0 | 114 | 306 | 64 | 17 |
| Binary | 10011 | 110000 | 111100 | 1000100 | 10100 | 0 | 1001100 | 11000110 | 110100 | 1111 |
Color Harmonies of #13303C
Complementary color
Monochromatic Colors of #13303C
Black with #13303C
Text Example
Text Example
White with #13303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13303C; }
p { color: rgb(19,48,60); }
H1.HeaderClassName
{
color: #13303C;
}
.AnyTagClassName
{
color: #13303C;
}
</style>
background-color css
<style>
a { background-color: #13303C; }
a { background-color: rgb(19,48,60); }
div.DivClassName
{
background-color: #13303C;
}
.BgClassName
{
background-color: #13303C;
}
</style>
border-color css
<style>
span { border-color: #13303C; }
span { border-color: rgb(19,48,60); }
td.TdClassName
{
border-color: #13303C;
}
.TagClassName
{
border-color: #13303C;
}
</style>