Shades of Blue Whale #15384F
Tints of Blue Whale #15384F
RGB
CMYK
RGB Variations
Color information
#15384F (or 0x15384F) is known color: Blue Whale. HEX triplet: 15, 38 and 4F. RGB value is (21,56,79). Sum of RGB (Red+Green+Blue) = 21+56+79=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 56 (22.27% from 255 or 35.90% from 156); Blue value is 79 (31.25% from 255 or 50.64% from 156); Max value from RGB is 79 - color contains mainly: blue. Hex color #15384F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15384F is #EAC7B0. Grayscale: #303030. Windows color (decimal): -15386545 or 5191701. OLE color: 5191701.
HSL color Cylindrical-coordinate representation of color #15384F: hue angle of 203.79º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #15384F is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 56 | 79 | - |
| CMYK | 0.73 | 0.29 | 0 | 0.69 |
| HSL | 203.79º | 0.58% | 0.2% | - |
| HSV(B) | 203.79º | 0.73% | 0.31% | - |
| XYZ | 3.13 | 3.55 | 7.92 | - |
| YUV | 48.16 | 145.4 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 56 | 79 | 0.73 | 0.29 | 0 | 0.69 | 203.79 | 0.58 | 0.2 |
| Hex | 15 | 38 | 4F | 49 | 1D | 0 | 45 | CC | 3A | 14 |
| Octal | 25 | 70 | 117 | 111 | 35 | 0 | 105 | 314 | 72 | 24 |
| Binary | 10101 | 111000 | 1001111 | 1001001 | 11101 | 0 | 1000101 | 11001100 | 111010 | 10100 |
Color Harmonies of #15384F
Complementary color
Monochromatic Colors of #15384F
Black with #15384F
Text Example
Text Example
White with #15384F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15384F; }
p { color: rgb(21,56,79); }
H1.HeaderClassName
{
color: #15384F;
}
.AnyTagClassName
{
color: #15384F;
}
</style>
background-color css
<style>
a { background-color: #15384F; }
a { background-color: rgb(21,56,79); }
div.DivClassName
{
background-color: #15384F;
}
.BgClassName
{
background-color: #15384F;
}
</style>
border-color css
<style>
span { border-color: #15384F; }
span { border-color: rgb(21,56,79); }
td.TdClassName
{
border-color: #15384F;
}
.TagClassName
{
border-color: #15384F;
}
</style>