Shades of Blue Whale #183047
Tints of Blue Whale #183047
RGB
CMYK
RGB Variations
Color information
#183047 (or 0x183047) is known color: Blue Whale. HEX triplet: 18, 30 and 47. RGB value is (24,48,71). Sum of RGB (Red+Green+Blue) = 24+48+71=143 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.78% from 143); Green value is 48 (19.14% from 255 or 33.57% from 143); Blue value is 71 (28.12% from 255 or 49.65% from 143); Max value from RGB is 71 - color contains mainly: blue. Hex color #183047 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183047 is #E7CFB8. Grayscale: #2B2B2B. Windows color (decimal): -15191993 or 4665368. OLE color: 4665368.
HSL color Cylindrical-coordinate representation of color #183047: hue angle of 209.36º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #183047 is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 24 | 48 | 71 | - |
| CMYK | 0.66 | 0.32 | 0 | 0.72 |
| HSL | 209.36º | 0.49% | 0.19% | - |
| HSV(B) | 209.36º | 0.66% | 0.28% | - |
| XYZ | 2.57 | 2.76 | 6.36 | - |
| YUV | 43.45 | 143.55 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 48 | 71 | 0.66 | 0.32 | 0 | 0.72 | 209.36 | 0.49 | 0.19 |
| Hex | 18 | 30 | 47 | 42 | 20 | 0 | 48 | D1 | 31 | 13 |
| Octal | 30 | 60 | 107 | 102 | 40 | 0 | 110 | 321 | 61 | 23 |
| Binary | 11000 | 110000 | 1000111 | 1000010 | 100000 | 0 | 1001000 | 11010001 | 110001 | 10011 |
Color Harmonies of #183047
Complementary color
Monochromatic Colors of #183047
Black with #183047
Text Example
Text Example
White with #183047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183047; }
p { color: rgb(24,48,71); }
H1.HeaderClassName
{
color: #183047;
}
.AnyTagClassName
{
color: #183047;
}
</style>
background-color css
<style>
a { background-color: #183047; }
a { background-color: rgb(24,48,71); }
div.DivClassName
{
background-color: #183047;
}
.BgClassName
{
background-color: #183047;
}
</style>
border-color css
<style>
span { border-color: #183047; }
span { border-color: rgb(24,48,71); }
td.TdClassName
{
border-color: #183047;
}
.TagClassName
{
border-color: #183047;
}
</style>