Shades of Blue Whale #183A49
Tints of Blue Whale #183A49
RGB
CMYK
RGB Variations
Color information
#183A49 (or 0x183A49) is known color: Blue Whale. HEX triplet: 18, 3A and 49. RGB value is (24,58,73). Sum of RGB (Red+Green+Blue) = 24+58+73=155 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.48% from 155); Green value is 58 (23.05% from 255 or 37.42% from 155); Blue value is 73 (28.91% from 255 or 47.10% from 155); Max value from RGB is 73 - color contains mainly: blue. Hex color #183A49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183A49 is #E7C5B6. Grayscale: #313131. Windows color (decimal): -15189431 or 4799000. OLE color: 4799000.
HSL color Cylindrical-coordinate representation of color #183A49: hue angle of 198.37º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #183A49 is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 58 | 73 | - |
| CMYK | 0.67 | 0.21 | 0 | 0.71 |
| HSL | 198.37º | 0.51% | 0.19% | - |
| HSV(B) | 198.37º | 0.67% | 0.29% | - |
| XYZ | 3.09 | 3.7 | 6.85 | - |
| YUV | 49.54 | 141.24 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 58 | 73 | 0.67 | 0.21 | 0 | 0.71 | 198.37 | 0.51 | 0.19 |
| Hex | 18 | 3A | 49 | 43 | 15 | 0 | 47 | C6 | 33 | 13 |
| Octal | 30 | 72 | 111 | 103 | 25 | 0 | 107 | 306 | 63 | 23 |
| Binary | 11000 | 111010 | 1001001 | 1000011 | 10101 | 0 | 1000111 | 11000110 | 110011 | 10011 |
Color Harmonies of #183A49
Complementary color
Monochromatic Colors of #183A49
Black with #183A49
Text Example
Text Example
White with #183A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183A49; }
p { color: rgb(24,58,73); }
H1.HeaderClassName
{
color: #183A49;
}
.AnyTagClassName
{
color: #183A49;
}
</style>
background-color css
<style>
a { background-color: #183A49; }
a { background-color: rgb(24,58,73); }
div.DivClassName
{
background-color: #183A49;
}
.BgClassName
{
background-color: #183A49;
}
</style>
border-color css
<style>
span { border-color: #183A49; }
span { border-color: rgb(24,58,73); }
td.TdClassName
{
border-color: #183A49;
}
.TagClassName
{
border-color: #183A49;
}
</style>