Shades of Blue Whale #18364D
Tints of Blue Whale #18364D
RGB
CMYK
RGB Variations
Color information
#18364D (or 0x18364D) is known color: Blue Whale. HEX triplet: 18, 36 and 4D. RGB value is (24,54,77). Sum of RGB (Red+Green+Blue) = 24+54+77=155 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.48% from 155); Green value is 54 (21.48% from 255 or 34.84% from 155); Blue value is 77 (30.47% from 255 or 49.68% from 155); Max value from RGB is 77 - color contains mainly: blue. Hex color #18364D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18364D is #E7C9B2. Grayscale: #2F2F2F. Windows color (decimal): -15190451 or 5060120. OLE color: 5060120.
HSL color Cylindrical-coordinate representation of color #18364D: hue angle of 206.04º 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 #18364D is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 24 | 54 | 77 | - |
| CMYK | 0.69 | 0.30 | 0 | 0.70 |
| HSL | 206.04º | 0.52% | 0.2% | - |
| HSV(B) | 206.04º | 0.69% | 0.3% | - |
| XYZ | 3.04 | 3.37 | 7.51 | - |
| YUV | 47.65 | 144.56 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 54 | 77 | 0.69 | 0.30 | 0 | 0.70 | 206.04 | 0.52 | 0.2 |
| Hex | 18 | 36 | 4D | 45 | 1E | 0 | 46 | CE | 34 | 14 |
| Octal | 30 | 66 | 115 | 105 | 36 | 0 | 106 | 316 | 64 | 24 |
| Binary | 11000 | 110110 | 1001101 | 1000101 | 11110 | 0 | 1000110 | 11001110 | 110100 | 10100 |
Color Harmonies of #18364D
Complementary color
Monochromatic Colors of #18364D
Black with #18364D
Text Example
Text Example
White with #18364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18364D; }
p { color: rgb(24,54,77); }
H1.HeaderClassName
{
color: #18364D;
}
.AnyTagClassName
{
color: #18364D;
}
</style>
background-color css
<style>
a { background-color: #18364D; }
a { background-color: rgb(24,54,77); }
div.DivClassName
{
background-color: #18364D;
}
.BgClassName
{
background-color: #18364D;
}
</style>
border-color css
<style>
span { border-color: #18364D; }
span { border-color: rgb(24,54,77); }
td.TdClassName
{
border-color: #18364D;
}
.TagClassName
{
border-color: #18364D;
}
</style>