Shades of Blue Whale #183148
Tints of Blue Whale #183148
RGB
CMYK
RGB Variations
Color information
#183148 (or 0x183148) is known color: Blue Whale. HEX triplet: 18, 31 and 48. RGB value is (24,49,72). Sum of RGB (Red+Green+Blue) = 24+49+72=145 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.55% from 145); Green value is 49 (19.53% from 255 or 33.79% from 145); Blue value is 72 (28.52% from 255 or 49.66% from 145); Max value from RGB is 72 - color contains mainly: blue. Hex color #183148 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183148 is #E7CEB7. Grayscale: #2C2C2C. Windows color (decimal): -15191736 or 4731160. OLE color: 4731160.
HSL color Cylindrical-coordinate representation of color #183148: hue angle of 208.75º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #183148 is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 24 | 49 | 72 | - |
| CMYK | 0.67 | 0.32 | 0 | 0.72 |
| HSL | 208.75º | 0.5% | 0.19% | - |
| HSV(B) | 208.75º | 0.67% | 0.28% | - |
| XYZ | 2.64 | 2.86 | 6.54 | - |
| YUV | 44.15 | 143.72 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 49 | 72 | 0.67 | 0.32 | 0 | 0.72 | 208.75 | 0.5 | 0.19 |
| Hex | 18 | 31 | 48 | 43 | 20 | 0 | 48 | D1 | 32 | 13 |
| Octal | 30 | 61 | 110 | 103 | 40 | 0 | 110 | 321 | 62 | 23 |
| Binary | 11000 | 110001 | 1001000 | 1000011 | 100000 | 0 | 1001000 | 11010001 | 110010 | 10011 |
Color Harmonies of #183148
Complementary color
Monochromatic Colors of #183148
Black with #183148
Text Example
Text Example
White with #183148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183148; }
p { color: rgb(24,49,72); }
H1.HeaderClassName
{
color: #183148;
}
.AnyTagClassName
{
color: #183148;
}
</style>
background-color css
<style>
a { background-color: #183148; }
a { background-color: rgb(24,49,72); }
div.DivClassName
{
background-color: #183148;
}
.BgClassName
{
background-color: #183148;
}
</style>
border-color css
<style>
span { border-color: #183148; }
span { border-color: rgb(24,49,72); }
td.TdClassName
{
border-color: #183148;
}
.TagClassName
{
border-color: #183148;
}
</style>