Shades of Blue Whale #183A46
Tints of Blue Whale #183A46
RGB
CMYK
RGB Variations
Color information
#183A46 (or 0x183A46) is known color: Blue Whale. HEX triplet: 18, 3A and 46. RGB value is (24,58,70). Sum of RGB (Red+Green+Blue) = 24+58+70=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 58 (23.05% from 255 or 38.16% from 152); Blue value is 70 (27.73% from 255 or 46.05% from 152); Max value from RGB is 70 - color contains mainly: blue. Hex color #183A46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183A46 is #E7C5B9. Grayscale: #313131. Windows color (decimal): -15189434 or 4602392. OLE color: 4602392.
HSL color Cylindrical-coordinate representation of color #183A46: hue angle of 195.65º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #183A46 is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 24 | 58 | 70 | - |
| CMYK | 0.66 | 0.17 | 0 | 0.73 |
| HSL | 195.65º | 0.49% | 0.18% | - |
| HSV(B) | 195.65º | 0.66% | 0.27% | - |
| XYZ | 3 | 3.66 | 6.34 | - |
| YUV | 49.2 | 139.74 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 58 | 70 | 0.66 | 0.17 | 0 | 0.73 | 195.65 | 0.49 | 0.18 |
| Hex | 18 | 3A | 46 | 42 | 11 | 0 | 49 | C4 | 31 | 12 |
| Octal | 30 | 72 | 106 | 102 | 21 | 0 | 111 | 304 | 61 | 22 |
| Binary | 11000 | 111010 | 1000110 | 1000010 | 10001 | 0 | 1001001 | 11000100 | 110001 | 10010 |
Color Harmonies of #183A46
Complementary color
Monochromatic Colors of #183A46
Black with #183A46
Text Example
Text Example
White with #183A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183A46; }
p { color: rgb(24,58,70); }
H1.HeaderClassName
{
color: #183A46;
}
.AnyTagClassName
{
color: #183A46;
}
</style>
background-color css
<style>
a { background-color: #183A46; }
a { background-color: rgb(24,58,70); }
div.DivClassName
{
background-color: #183A46;
}
.BgClassName
{
background-color: #183A46;
}
</style>
border-color css
<style>
span { border-color: #183A46; }
span { border-color: rgb(24,58,70); }
td.TdClassName
{
border-color: #183A46;
}
.TagClassName
{
border-color: #183A46;
}
</style>