Shades of Blue Whale #15334A
Tints of Blue Whale #15334A
RGB
CMYK
RGB Variations
Color information
#15334A (or 0x15334A) is known color: Blue Whale. HEX triplet: 15, 33 and 4A. RGB value is (21,51,74). Sum of RGB (Red+Green+Blue) = 21+51+74=146 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.38% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 74 (29.30% from 255 or 50.68% from 146); Max value from RGB is 74 - color contains mainly: blue. Hex color #15334A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15334A is #EACCB5. Grayscale: #2C2C2C. Windows color (decimal): -15387830 or 4862741. OLE color: 4862741.
HSL color Cylindrical-coordinate representation of color #15334A: hue angle of 206.04º 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 #15334A is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 51 | 74 | - |
| CMYK | 0.72 | 0.31 | 0 | 0.71 |
| HSL | 206.04º | 0.56% | 0.19% | - |
| HSV(B) | 206.04º | 0.72% | 0.29% | - |
| XYZ | 2.73 | 3.02 | 6.92 | - |
| YUV | 44.65 | 144.56 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 51 | 74 | 0.72 | 0.31 | 0 | 0.71 | 206.04 | 0.56 | 0.19 |
| Hex | 15 | 33 | 4A | 48 | 1F | 0 | 47 | CE | 38 | 13 |
| Octal | 25 | 63 | 112 | 110 | 37 | 0 | 107 | 316 | 70 | 23 |
| Binary | 10101 | 110011 | 1001010 | 1001000 | 11111 | 0 | 1000111 | 11001110 | 111000 | 10011 |
Color Harmonies of #15334A
Complementary color
Monochromatic Colors of #15334A
Black with #15334A
Text Example
Text Example
White with #15334A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15334A; }
p { color: rgb(21,51,74); }
H1.HeaderClassName
{
color: #15334A;
}
.AnyTagClassName
{
color: #15334A;
}
</style>
background-color css
<style>
a { background-color: #15334A; }
a { background-color: rgb(21,51,74); }
div.DivClassName
{
background-color: #15334A;
}
.BgClassName
{
background-color: #15334A;
}
</style>
border-color css
<style>
span { border-color: #15334A; }
span { border-color: rgb(21,51,74); }
td.TdClassName
{
border-color: #15334A;
}
.TagClassName
{
border-color: #15334A;
}
</style>