Shades of Blue Whale #18374D
Tints of Blue Whale #18374D
RGB
CMYK
RGB Variations
Color information
#18374D (or 0x18374D) is known color: Blue Whale. HEX triplet: 18, 37 and 4D. RGB value is (24,55,77). Sum of RGB (Red+Green+Blue) = 24+55+77=156 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.38% from 156); Green value is 55 (21.88% from 255 or 35.26% from 156); Blue value is 77 (30.47% from 255 or 49.36% from 156); Max value from RGB is 77 - color contains mainly: blue. Hex color #18374D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18374D is #E7C8B2. Grayscale: #303030. Windows color (decimal): -15190195 or 5060376. OLE color: 5060376.
HSL color Cylindrical-coordinate representation of color #18374D: hue angle of 204.91º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #18374D is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 24 | 55 | 77 | - |
| CMYK | 0.69 | 0.29 | 0 | 0.70 |
| HSL | 204.91º | 0.52% | 0.2% | - |
| HSV(B) | 204.91º | 0.69% | 0.3% | - |
| XYZ | 3.08 | 3.46 | 7.53 | - |
| YUV | 48.24 | 144.23 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 55 | 77 | 0.69 | 0.29 | 0 | 0.70 | 204.91 | 0.52 | 0.2 |
| Hex | 18 | 37 | 4D | 45 | 1D | 0 | 46 | CD | 34 | 14 |
| Octal | 30 | 67 | 115 | 105 | 35 | 0 | 106 | 315 | 64 | 24 |
| Binary | 11000 | 110111 | 1001101 | 1000101 | 11101 | 0 | 1000110 | 11001101 | 110100 | 10100 |
Color Harmonies of #18374D
Complementary color
Monochromatic Colors of #18374D
Black with #18374D
Text Example
Text Example
White with #18374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18374D; }
p { color: rgb(24,55,77); }
H1.HeaderClassName
{
color: #18374D;
}
.AnyTagClassName
{
color: #18374D;
}
</style>
background-color css
<style>
a { background-color: #18374D; }
a { background-color: rgb(24,55,77); }
div.DivClassName
{
background-color: #18374D;
}
.BgClassName
{
background-color: #18374D;
}
</style>
border-color css
<style>
span { border-color: #18374D; }
span { border-color: rgb(24,55,77); }
td.TdClassName
{
border-color: #18374D;
}
.TagClassName
{
border-color: #18374D;
}
</style>