Shades of Blue Whale #18354B
Tints of Blue Whale #18354B
RGB
CMYK
RGB Variations
Color information
#18354B (or 0x18354B) is known color: Blue Whale. HEX triplet: 18, 35 and 4B. RGB value is (24,53,75). Sum of RGB (Red+Green+Blue) = 24+53+75=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 75 (29.69% from 255 or 49.34% from 152); Max value from RGB is 75 - color contains mainly: blue. Hex color #18354B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18354B is #E7CAB4. Grayscale: #2E2E2E. Windows color (decimal): -15190709 or 4928792. OLE color: 4928792.
HSL color Cylindrical-coordinate representation of color #18354B: hue angle of 205.88º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #18354B is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 53 | 75 | - |
| CMYK | 0.68 | 0.29 | 0 | 0.71 |
| HSL | 205.88º | 0.52% | 0.19% | - |
| HSV(B) | 205.88º | 0.68% | 0.29% | - |
| XYZ | 2.92 | 3.25 | 7.13 | - |
| YUV | 46.84 | 143.89 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 53 | 75 | 0.68 | 0.29 | 0 | 0.71 | 205.88 | 0.52 | 0.19 |
| Hex | 18 | 35 | 4B | 44 | 1D | 0 | 47 | CE | 34 | 13 |
| Octal | 30 | 65 | 113 | 104 | 35 | 0 | 107 | 316 | 64 | 23 |
| Binary | 11000 | 110101 | 1001011 | 1000100 | 11101 | 0 | 1000111 | 11001110 | 110100 | 10011 |
Color Harmonies of #18354B
Complementary color
Monochromatic Colors of #18354B
Black with #18354B
Text Example
Text Example
White with #18354B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18354B; }
p { color: rgb(24,53,75); }
H1.HeaderClassName
{
color: #18354B;
}
.AnyTagClassName
{
color: #18354B;
}
</style>
background-color css
<style>
a { background-color: #18354B; }
a { background-color: rgb(24,53,75); }
div.DivClassName
{
background-color: #18354B;
}
.BgClassName
{
background-color: #18354B;
}
</style>
border-color css
<style>
span { border-color: #18354B; }
span { border-color: rgb(24,53,75); }
td.TdClassName
{
border-color: #18354B;
}
.TagClassName
{
border-color: #18354B;
}
</style>