Shades of Blue Whale #18313A
Tints of Blue Whale #18313A
RGB
CMYK
RGB Variations
Color information
#18313A (or 0x18313A) is known color: Blue Whale. HEX triplet: 18, 31 and 3A. RGB value is (24,49,58). Sum of RGB (Red+Green+Blue) = 24+49+58=131 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.32% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 58 (23.05% from 255 or 44.27% from 131); Max value from RGB is 58 - color contains mainly: blue. Hex color #18313A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18313A is #E7CEC5. Grayscale: #2A2A2A. Windows color (decimal): -15191750 or 3813656. OLE color: 3813656.
HSL color Cylindrical-coordinate representation of color #18313A: hue angle of 195.88º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #18313A is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 24 | 49 | 58 | - |
| CMYK | 0.59 | 0.16 | 0 | 0.77 |
| HSL | 195.88º | 0.41% | 0.16% | - |
| HSV(B) | 195.88º | 0.59% | 0.23% | - |
| XYZ | 2.24 | 2.7 | 4.41 | - |
| YUV | 42.55 | 136.72 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 49 | 58 | 0.59 | 0.16 | 0 | 0.77 | 195.88 | 0.41 | 0.16 |
| Hex | 18 | 31 | 3A | 3B | 10 | 0 | 4D | C4 | 29 | 10 |
| Octal | 30 | 61 | 72 | 73 | 20 | 0 | 115 | 304 | 51 | 20 |
| Binary | 11000 | 110001 | 111010 | 111011 | 10000 | 0 | 1001101 | 11000100 | 101001 | 10000 |
Color Harmonies of #18313A
Complementary color
Monochromatic Colors of #18313A
Black with #18313A
Text Example
Text Example
White with #18313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18313A; }
p { color: rgb(24,49,58); }
H1.HeaderClassName
{
color: #18313A;
}
.AnyTagClassName
{
color: #18313A;
}
</style>
background-color css
<style>
a { background-color: #18313A; }
a { background-color: rgb(24,49,58); }
div.DivClassName
{
background-color: #18313A;
}
.BgClassName
{
background-color: #18313A;
}
</style>
border-color css
<style>
span { border-color: #18313A; }
span { border-color: rgb(24,49,58); }
td.TdClassName
{
border-color: #18313A;
}
.TagClassName
{
border-color: #18313A;
}
</style>