Shades of Blue Whale #15303B
Tints of Blue Whale #15303B
RGB
CMYK
RGB Variations
Color information
#15303B (or 0x15303B) is known color: Blue Whale. HEX triplet: 15, 30 and 3B. RGB value is (21,48,59). Sum of RGB (Red+Green+Blue) = 21+48+59=128 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.41% from 128); Green value is 48 (19.14% from 255 or 37.5% from 128); Blue value is 59 (23.44% from 255 or 46.09% from 128); Max value from RGB is 59 - color contains mainly: blue. Hex color #15303B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15303B is #EACFC4. Grayscale: #292929. Windows color (decimal): -15388613 or 3878933. OLE color: 3878933.
HSL color Cylindrical-coordinate representation of color #15303B: hue angle of 197.37º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #15303B is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 21 | 48 | 59 | - |
| CMYK | 0.64 | 0.19 | 0 | 0.77 |
| HSL | 197.37º | 0.48% | 0.16% | - |
| HSV(B) | 197.37º | 0.64% | 0.23% | - |
| XYZ | 2.16 | 2.59 | 4.52 | - |
| YUV | 41.18 | 138.05 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 48 | 59 | 0.64 | 0.19 | 0 | 0.77 | 197.37 | 0.48 | 0.16 |
| Hex | 15 | 30 | 3B | 40 | 13 | 0 | 4D | C5 | 30 | 10 |
| Octal | 25 | 60 | 73 | 100 | 23 | 0 | 115 | 305 | 60 | 20 |
| Binary | 10101 | 110000 | 111011 | 1000000 | 10011 | 0 | 1001101 | 11000101 | 110000 | 10000 |
Color Harmonies of #15303B
Complementary color
Monochromatic Colors of #15303B
Black with #15303B
Text Example
Text Example
White with #15303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15303B; }
p { color: rgb(21,48,59); }
H1.HeaderClassName
{
color: #15303B;
}
.AnyTagClassName
{
color: #15303B;
}
</style>
background-color css
<style>
a { background-color: #15303B; }
a { background-color: rgb(21,48,59); }
div.DivClassName
{
background-color: #15303B;
}
.BgClassName
{
background-color: #15303B;
}
</style>
border-color css
<style>
span { border-color: #15303B; }
span { border-color: rgb(21,48,59); }
td.TdClassName
{
border-color: #15303B;
}
.TagClassName
{
border-color: #15303B;
}
</style>