Shades of Blue Whale #15384A
Tints of Blue Whale #15384A
RGB
CMYK
RGB Variations
Color information
#15384A (or 0x15384A) is known color: Blue Whale. HEX triplet: 15, 38 and 4A. RGB value is (21,56,74). Sum of RGB (Red+Green+Blue) = 21+56+74=151 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.91% from 151); Green value is 56 (22.27% from 255 or 37.09% from 151); Blue value is 74 (29.30% from 255 or 49.01% from 151); Max value from RGB is 74 - color contains mainly: blue. Hex color #15384A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15384A is #EAC7B5. Grayscale: #2F2F2F. Windows color (decimal): -15386550 or 4864021. OLE color: 4864021.
HSL color Cylindrical-coordinate representation of color #15384A: hue angle of 200.38º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #15384A is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 56 | 74 | - |
| CMYK | 0.72 | 0.24 | 0 | 0.71 |
| HSL | 200.38º | 0.56% | 0.19% | - |
| HSV(B) | 200.38º | 0.72% | 0.29% | - |
| XYZ | 2.96 | 3.48 | 6.99 | - |
| YUV | 47.59 | 142.9 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 56 | 74 | 0.72 | 0.24 | 0 | 0.71 | 200.38 | 0.56 | 0.19 |
| Hex | 15 | 38 | 4A | 48 | 18 | 0 | 47 | C8 | 38 | 13 |
| Octal | 25 | 70 | 112 | 110 | 30 | 0 | 107 | 310 | 70 | 23 |
| Binary | 10101 | 111000 | 1001010 | 1001000 | 11000 | 0 | 1000111 | 11001000 | 111000 | 10011 |
Color Harmonies of #15384A
Complementary color
Monochromatic Colors of #15384A
Black with #15384A
Text Example
Text Example
White with #15384A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15384A; }
p { color: rgb(21,56,74); }
H1.HeaderClassName
{
color: #15384A;
}
.AnyTagClassName
{
color: #15384A;
}
</style>
background-color css
<style>
a { background-color: #15384A; }
a { background-color: rgb(21,56,74); }
div.DivClassName
{
background-color: #15384A;
}
.BgClassName
{
background-color: #15384A;
}
</style>
border-color css
<style>
span { border-color: #15384A; }
span { border-color: rgb(21,56,74); }
td.TdClassName
{
border-color: #15384A;
}
.TagClassName
{
border-color: #15384A;
}
</style>