Shades of Blue Whale #18354A
Tints of Blue Whale #18354A
RGB
CMYK
RGB Variations
Color information
#18354A (or 0x18354A) is known color: Blue Whale. HEX triplet: 18, 35 and 4A. RGB value is (24,53,74). Sum of RGB (Red+Green+Blue) = 24+53+74=151 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.89% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 74 (29.30% from 255 or 49.01% from 151); Max value from RGB is 74 - color contains mainly: blue. Hex color #18354A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18354A is #E7CAB5. Grayscale: #2E2E2E. Windows color (decimal): -15190710 or 4863256. OLE color: 4863256.
HSL color Cylindrical-coordinate representation of color #18354A: hue angle of 205.2º degrees, saturation: 0.51, 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 #18354A is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 53 | 74 | - |
| CMYK | 0.68 | 0.28 | 0 | 0.71 |
| HSL | 205.2º | 0.51% | 0.19% | - |
| HSV(B) | 205.2º | 0.68% | 0.29% | - |
| XYZ | 2.89 | 3.23 | 6.95 | - |
| YUV | 46.72 | 143.39 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 53 | 74 | 0.68 | 0.28 | 0 | 0.71 | 205.2 | 0.51 | 0.19 |
| Hex | 18 | 35 | 4A | 44 | 1C | 0 | 47 | CD | 33 | 13 |
| Octal | 30 | 65 | 112 | 104 | 34 | 0 | 107 | 315 | 63 | 23 |
| Binary | 11000 | 110101 | 1001010 | 1000100 | 11100 | 0 | 1000111 | 11001101 | 110011 | 10011 |
Color Harmonies of #18354A
Complementary color
Monochromatic Colors of #18354A
Black with #18354A
Text Example
Text Example
White with #18354A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18354A; }
p { color: rgb(24,53,74); }
H1.HeaderClassName
{
color: #18354A;
}
.AnyTagClassName
{
color: #18354A;
}
</style>
background-color css
<style>
a { background-color: #18354A; }
a { background-color: rgb(24,53,74); }
div.DivClassName
{
background-color: #18354A;
}
.BgClassName
{
background-color: #18354A;
}
</style>
border-color css
<style>
span { border-color: #18354A; }
span { border-color: rgb(24,53,74); }
td.TdClassName
{
border-color: #18354A;
}
.TagClassName
{
border-color: #18354A;
}
</style>