Shades of Blue Whale #15364A
Tints of Blue Whale #15364A
RGB
CMYK
RGB Variations
Color information
#15364A (or 0x15364A) is known color: Blue Whale. HEX triplet: 15, 36 and 4A. RGB value is (21,54,74). Sum of RGB (Red+Green+Blue) = 21+54+74=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 54 (21.48% from 255 or 36.24% from 149); Blue value is 74 (29.30% from 255 or 49.66% from 149); Max value from RGB is 74 - color contains mainly: blue. Hex color #15364A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15364A is #EAC9B5. Grayscale: #2E2E2E. Windows color (decimal): -15387062 or 4863509. OLE color: 4863509.
HSL color Cylindrical-coordinate representation of color #15364A: hue angle of 202.64º 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 #15364A is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 54 | 74 | - |
| CMYK | 0.72 | 0.27 | 0 | 0.71 |
| HSL | 202.64º | 0.56% | 0.19% | - |
| HSV(B) | 202.64º | 0.72% | 0.29% | - |
| XYZ | 2.86 | 3.29 | 6.96 | - |
| YUV | 46.41 | 143.57 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 54 | 74 | 0.72 | 0.27 | 0 | 0.71 | 202.64 | 0.56 | 0.19 |
| Hex | 15 | 36 | 4A | 48 | 1B | 0 | 47 | CB | 38 | 13 |
| Octal | 25 | 66 | 112 | 110 | 33 | 0 | 107 | 313 | 70 | 23 |
| Binary | 10101 | 110110 | 1001010 | 1001000 | 11011 | 0 | 1000111 | 11001011 | 111000 | 10011 |
Color Harmonies of #15364A
Complementary color
Monochromatic Colors of #15364A
Black with #15364A
Text Example
Text Example
White with #15364A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15364A; }
p { color: rgb(21,54,74); }
H1.HeaderClassName
{
color: #15364A;
}
.AnyTagClassName
{
color: #15364A;
}
</style>
background-color css
<style>
a { background-color: #15364A; }
a { background-color: rgb(21,54,74); }
div.DivClassName
{
background-color: #15364A;
}
.BgClassName
{
background-color: #15364A;
}
</style>
border-color css
<style>
span { border-color: #15364A; }
span { border-color: rgb(21,54,74); }
td.TdClassName
{
border-color: #15364A;
}
.TagClassName
{
border-color: #15364A;
}
</style>