Shades of Blue Whale #18344A
Tints of Blue Whale #18344A
RGB
CMYK
RGB Variations
Color information
#18344A (or 0x18344A) is known color: Blue Whale. HEX triplet: 18, 34 and 4A. RGB value is (24,52,74). Sum of RGB (Red+Green+Blue) = 24+52+74=150 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16% from 150); Green value is 52 (20.70% from 255 or 34.67% from 150); Blue value is 74 (29.30% from 255 or 49.33% from 150); Max value from RGB is 74 - color contains mainly: blue. Hex color #18344A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18344A is #E7CBB5. Grayscale: #2E2E2E. Windows color (decimal): -15190966 or 4863000. OLE color: 4863000.
HSL color Cylindrical-coordinate representation of color #18344A: hue angle of 206.4º 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 #18344A is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 52 | 74 | - |
| CMYK | 0.68 | 0.30 | 0 | 0.71 |
| HSL | 206.4º | 0.51% | 0.19% | - |
| HSV(B) | 206.4º | 0.68% | 0.29% | - |
| XYZ | 2.84 | 3.14 | 6.94 | - |
| YUV | 46.14 | 143.72 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 52 | 74 | 0.68 | 0.30 | 0 | 0.71 | 206.4 | 0.51 | 0.19 |
| Hex | 18 | 34 | 4A | 44 | 1E | 0 | 47 | CE | 33 | 13 |
| Octal | 30 | 64 | 112 | 104 | 36 | 0 | 107 | 316 | 63 | 23 |
| Binary | 11000 | 110100 | 1001010 | 1000100 | 11110 | 0 | 1000111 | 11001110 | 110011 | 10011 |
Color Harmonies of #18344A
Complementary color
Monochromatic Colors of #18344A
Black with #18344A
Text Example
Text Example
White with #18344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18344A; }
p { color: rgb(24,52,74); }
H1.HeaderClassName
{
color: #18344A;
}
.AnyTagClassName
{
color: #18344A;
}
</style>
background-color css
<style>
a { background-color: #18344A; }
a { background-color: rgb(24,52,74); }
div.DivClassName
{
background-color: #18344A;
}
.BgClassName
{
background-color: #18344A;
}
</style>
border-color css
<style>
span { border-color: #18344A; }
span { border-color: rgb(24,52,74); }
td.TdClassName
{
border-color: #18344A;
}
.TagClassName
{
border-color: #18344A;
}
</style>