Shades of Blue Whale #153A4C
Tints of Blue Whale #153A4C
RGB
CMYK
RGB Variations
Color information
#153A4C (or 0x153A4C) is known color: Blue Whale. HEX triplet: 15, 3A and 4C. RGB value is (21,58,76). Sum of RGB (Red+Green+Blue) = 21+58+76=155 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.55% from 155); Green value is 58 (23.05% from 255 or 37.42% from 155); Blue value is 76 (30.08% from 255 or 49.03% from 155); Max value from RGB is 76 - color contains mainly: blue. Hex color #153A4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153A4C is #EAC5B3. Grayscale: #303030. Windows color (decimal): -15386036 or 4995605. OLE color: 4995605.
HSL color Cylindrical-coordinate representation of color #153A4C: hue angle of 199.64º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #153A4C is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 21 | 58 | 76 | - |
| CMYK | 0.72 | 0.24 | 0 | 0.70 |
| HSL | 199.64º | 0.57% | 0.19% | - |
| HSV(B) | 199.64º | 0.72% | 0.3% | - |
| XYZ | 3.13 | 3.71 | 7.39 | - |
| YUV | 48.99 | 143.24 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 58 | 76 | 0.72 | 0.24 | 0 | 0.70 | 199.64 | 0.57 | 0.19 |
| Hex | 15 | 3A | 4C | 48 | 18 | 0 | 46 | C8 | 39 | 13 |
| Octal | 25 | 72 | 114 | 110 | 30 | 0 | 106 | 310 | 71 | 23 |
| Binary | 10101 | 111010 | 1001100 | 1001000 | 11000 | 0 | 1000110 | 11001000 | 111001 | 10011 |
Color Harmonies of #153A4C
Complementary color
Monochromatic Colors of #153A4C
Black with #153A4C
Text Example
Text Example
White with #153A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153A4C; }
p { color: rgb(21,58,76); }
H1.HeaderClassName
{
color: #153A4C;
}
.AnyTagClassName
{
color: #153A4C;
}
</style>
background-color css
<style>
a { background-color: #153A4C; }
a { background-color: rgb(21,58,76); }
div.DivClassName
{
background-color: #153A4C;
}
.BgClassName
{
background-color: #153A4C;
}
</style>
border-color css
<style>
span { border-color: #153A4C; }
span { border-color: rgb(21,58,76); }
td.TdClassName
{
border-color: #153A4C;
}
.TagClassName
{
border-color: #153A4C;
}
</style>