Shades of Blue Whale #15303C
Tints of Blue Whale #15303C
RGB
CMYK
RGB Variations
Color information
#15303C (or 0x15303C) is known color: Blue Whale. HEX triplet: 15, 30 and 3C. RGB value is (21,48,60). Sum of RGB (Red+Green+Blue) = 21+48+60=129 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.28% from 129); Green value is 48 (19.14% from 255 or 37.21% from 129); Blue value is 60 (23.83% from 255 or 46.51% from 129); Max value from RGB is 60 - color contains mainly: blue. Hex color #15303C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15303C is #EACFC3. Grayscale: #292929. Windows color (decimal): -15388612 or 3944469. OLE color: 3944469.
HSL color Cylindrical-coordinate representation of color #15303C: hue angle of 198.46º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #15303C is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 21 | 48 | 60 | - |
| CMYK | 0.65 | 0.20 | 0 | 0.76 |
| HSL | 198.46º | 0.48% | 0.16% | - |
| HSV(B) | 198.46º | 0.65% | 0.24% | - |
| XYZ | 2.18 | 2.6 | 4.66 | - |
| YUV | 41.3 | 138.55 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 48 | 60 | 0.65 | 0.20 | 0 | 0.76 | 198.46 | 0.48 | 0.16 |
| Hex | 15 | 30 | 3C | 41 | 14 | 0 | 4C | C6 | 30 | 10 |
| Octal | 25 | 60 | 74 | 101 | 24 | 0 | 114 | 306 | 60 | 20 |
| Binary | 10101 | 110000 | 111100 | 1000001 | 10100 | 0 | 1001100 | 11000110 | 110000 | 10000 |
Color Harmonies of #15303C
Complementary color
Monochromatic Colors of #15303C
Black with #15303C
Text Example
Text Example
White with #15303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15303C; }
p { color: rgb(21,48,60); }
H1.HeaderClassName
{
color: #15303C;
}
.AnyTagClassName
{
color: #15303C;
}
</style>
background-color css
<style>
a { background-color: #15303C; }
a { background-color: rgb(21,48,60); }
div.DivClassName
{
background-color: #15303C;
}
.BgClassName
{
background-color: #15303C;
}
</style>
border-color css
<style>
span { border-color: #15303C; }
span { border-color: rgb(21,48,60); }
td.TdClassName
{
border-color: #15303C;
}
.TagClassName
{
border-color: #15303C;
}
</style>