Shades of Blue Whale #153043
Tints of Blue Whale #153043
RGB
CMYK
RGB Variations
Color information
#153043 (or 0x153043) is known color: Blue Whale. HEX triplet: 15, 30 and 43. RGB value is (21,48,67). Sum of RGB (Red+Green+Blue) = 21+48+67=136 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.44% from 136); Green value is 48 (19.14% from 255 or 35.29% from 136); Blue value is 67 (26.56% from 255 or 49.26% from 136); Max value from RGB is 67 - color contains mainly: blue. Hex color #153043 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153043 is #EACFBC. Grayscale: #292929. Windows color (decimal): -15388605 or 4403221. OLE color: 4403221.
HSL color Cylindrical-coordinate representation of color #153043: hue angle of 204.78º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #153043 is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 21 | 48 | 67 | - |
| CMYK | 0.69 | 0.28 | 0 | 0.74 |
| HSL | 204.78º | 0.52% | 0.17% | - |
| HSV(B) | 204.78º | 0.69% | 0.26% | - |
| XYZ | 2.38 | 2.68 | 5.7 | - |
| YUV | 42.09 | 142.05 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 48 | 67 | 0.69 | 0.28 | 0 | 0.74 | 204.78 | 0.52 | 0.17 |
| Hex | 15 | 30 | 43 | 45 | 1C | 0 | 4A | CD | 34 | 11 |
| Octal | 25 | 60 | 103 | 105 | 34 | 0 | 112 | 315 | 64 | 21 |
| Binary | 10101 | 110000 | 1000011 | 1000101 | 11100 | 0 | 1001010 | 11001101 | 110100 | 10001 |
Color Harmonies of #153043
Complementary color
Monochromatic Colors of #153043
Black with #153043
Text Example
Text Example
White with #153043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153043; }
p { color: rgb(21,48,67); }
H1.HeaderClassName
{
color: #153043;
}
.AnyTagClassName
{
color: #153043;
}
</style>
background-color css
<style>
a { background-color: #153043; }
a { background-color: rgb(21,48,67); }
div.DivClassName
{
background-color: #153043;
}
.BgClassName
{
background-color: #153043;
}
</style>
border-color css
<style>
span { border-color: #153043; }
span { border-color: rgb(21,48,67); }
td.TdClassName
{
border-color: #153043;
}
.TagClassName
{
border-color: #153043;
}
</style>