Shades of Blue Whale #183540
Tints of Blue Whale #183540
RGB
CMYK
RGB Variations
Color information
#183540 (or 0x183540) is known color: Blue Whale. HEX triplet: 18, 35 and 40. RGB value is (24,53,64). Sum of RGB (Red+Green+Blue) = 24+53+64=141 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.02% from 141); Green value is 53 (21.09% from 255 or 37.59% from 141); Blue value is 64 (25.39% from 255 or 45.39% from 141); Max value from RGB is 64 - color contains mainly: blue. Hex color #183540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183540 is #E7CABF. Grayscale: #2D2D2D. Windows color (decimal): -15190720 or 4207896. OLE color: 4207896.
HSL color Cylindrical-coordinate representation of color #183540: hue angle of 196.5º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #183540 is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 53 | 64 | - |
| CMYK | 0.62 | 0.17 | 0 | 0.75 |
| HSL | 196.5º | 0.45% | 0.17% | - |
| HSV(B) | 196.5º | 0.63% | 0.25% | - |
| XYZ | 2.58 | 3.11 | 5.32 | - |
| YUV | 45.58 | 138.39 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 53 | 64 | 0.62 | 0.17 | 0 | 0.75 | 196.5 | 0.45 | 0.17 |
| Hex | 18 | 35 | 40 | 3E | 11 | 0 | 4B | C4 | 2D | 11 |
| Octal | 30 | 65 | 100 | 76 | 21 | 0 | 113 | 304 | 55 | 21 |
| Binary | 11000 | 110101 | 1000000 | 111110 | 10001 | 0 | 1001011 | 11000100 | 101101 | 10001 |
Color Harmonies of #183540
Complementary color
Monochromatic Colors of #183540
Black with #183540
Text Example
Text Example
White with #183540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183540; }
p { color: rgb(24,53,64); }
H1.HeaderClassName
{
color: #183540;
}
.AnyTagClassName
{
color: #183540;
}
</style>
background-color css
<style>
a { background-color: #183540; }
a { background-color: rgb(24,53,64); }
div.DivClassName
{
background-color: #183540;
}
.BgClassName
{
background-color: #183540;
}
</style>
border-color css
<style>
span { border-color: #183540; }
span { border-color: rgb(24,53,64); }
td.TdClassName
{
border-color: #183540;
}
.TagClassName
{
border-color: #183540;
}
</style>