Shades of Blue Whale #18364C
Tints of Blue Whale #18364C
RGB
CMYK
RGB Variations
Color information
#18364C (or 0x18364C) is known color: Blue Whale. HEX triplet: 18, 36 and 4C. RGB value is (24,54,76). Sum of RGB (Red+Green+Blue) = 24+54+76=154 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.58% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 76 (30.08% from 255 or 49.35% from 154); Max value from RGB is 76 - color contains mainly: blue. Hex color #18364C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18364C is #E7C9B3. Grayscale: #2F2F2F. Windows color (decimal): -15190452 or 4994584. OLE color: 4994584.
HSL color Cylindrical-coordinate representation of color #18364C: hue angle of 205.38º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #18364C is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 24 | 54 | 76 | - |
| CMYK | 0.68 | 0.29 | 0 | 0.70 |
| HSL | 205.38º | 0.52% | 0.2% | - |
| HSV(B) | 205.38º | 0.68% | 0.3% | - |
| XYZ | 3 | 3.35 | 7.33 | - |
| YUV | 47.54 | 144.06 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 54 | 76 | 0.68 | 0.29 | 0 | 0.70 | 205.38 | 0.52 | 0.2 |
| Hex | 18 | 36 | 4C | 44 | 1D | 0 | 46 | CD | 34 | 14 |
| Octal | 30 | 66 | 114 | 104 | 35 | 0 | 106 | 315 | 64 | 24 |
| Binary | 11000 | 110110 | 1001100 | 1000100 | 11101 | 0 | 1000110 | 11001101 | 110100 | 10100 |
Color Harmonies of #18364C
Complementary color
Monochromatic Colors of #18364C
Black with #18364C
Text Example
Text Example
White with #18364C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18364C; }
p { color: rgb(24,54,76); }
H1.HeaderClassName
{
color: #18364C;
}
.AnyTagClassName
{
color: #18364C;
}
</style>
background-color css
<style>
a { background-color: #18364C; }
a { background-color: rgb(24,54,76); }
div.DivClassName
{
background-color: #18364C;
}
.BgClassName
{
background-color: #18364C;
}
</style>
border-color css
<style>
span { border-color: #18364C; }
span { border-color: rgb(24,54,76); }
td.TdClassName
{
border-color: #18364C;
}
.TagClassName
{
border-color: #18364C;
}
</style>