Shades of Blue Whale #15313F
Tints of Blue Whale #15313F
RGB
CMYK
RGB Variations
Color information
#15313F (or 0x15313F) is known color: Blue Whale. HEX triplet: 15, 31 and 3F. RGB value is (21,49,63). Sum of RGB (Red+Green+Blue) = 21+49+63=133 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.79% from 133); Green value is 49 (19.53% from 255 or 36.84% from 133); Blue value is 63 (25% from 255 or 47.37% from 133); Max value from RGB is 63 - color contains mainly: blue. Hex color #15313F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15313F is #EACEC0. Grayscale: #2A2A2A. Windows color (decimal): -15388353 or 4141333. OLE color: 4141333.
HSL color Cylindrical-coordinate representation of color #15313F: hue angle of 200º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #15313F is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 49 | 63 | - |
| CMYK | 0.67 | 0.22 | 0 | 0.75 |
| HSL | 200º | 0.5% | 0.16% | - |
| HSV(B) | 200º | 0.67% | 0.25% | - |
| XYZ | 2.3 | 2.71 | 5.11 | - |
| YUV | 42.22 | 139.72 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 49 | 63 | 0.67 | 0.22 | 0 | 0.75 | 200 | 0.5 | 0.16 |
| Hex | 15 | 31 | 3F | 43 | 16 | 0 | 4B | C8 | 32 | 10 |
| Octal | 25 | 61 | 77 | 103 | 26 | 0 | 113 | 310 | 62 | 20 |
| Binary | 10101 | 110001 | 111111 | 1000011 | 10110 | 0 | 1001011 | 11001000 | 110010 | 10000 |
Color Harmonies of #15313F
Complementary color
Monochromatic Colors of #15313F
Black with #15313F
Text Example
Text Example
White with #15313F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15313F; }
p { color: rgb(21,49,63); }
H1.HeaderClassName
{
color: #15313F;
}
.AnyTagClassName
{
color: #15313F;
}
</style>
background-color css
<style>
a { background-color: #15313F; }
a { background-color: rgb(21,49,63); }
div.DivClassName
{
background-color: #15313F;
}
.BgClassName
{
background-color: #15313F;
}
</style>
border-color css
<style>
span { border-color: #15313F; }
span { border-color: rgb(21,49,63); }
td.TdClassName
{
border-color: #15313F;
}
.TagClassName
{
border-color: #15313F;
}
</style>