Shades of Blue Whale #18354E
Tints of Blue Whale #18354E
RGB
CMYK
RGB Variations
Color information
#18354E (or 0x18354E) is known color: Blue Whale. HEX triplet: 18, 35 and 4E. RGB value is (24,53,78). Sum of RGB (Red+Green+Blue) = 24+53+78=155 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.48% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 78 (30.86% from 255 or 50.32% from 155); Max value from RGB is 78 - color contains mainly: blue. Hex color #18354E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18354E is #E7CAB1. Grayscale: #2F2F2F. Windows color (decimal): -15190706 or 5125400. OLE color: 5125400.
HSL color Cylindrical-coordinate representation of color #18354E: hue angle of 207.78º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #18354E is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 53 | 78 | - |
| CMYK | 0.69 | 0.32 | 0 | 0.69 |
| HSL | 207.78º | 0.53% | 0.2% | - |
| HSV(B) | 207.78º | 0.69% | 0.31% | - |
| XYZ | 3.02 | 3.29 | 7.68 | - |
| YUV | 47.18 | 145.39 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 53 | 78 | 0.69 | 0.32 | 0 | 0.69 | 207.78 | 0.53 | 0.2 |
| Hex | 18 | 35 | 4E | 45 | 20 | 0 | 45 | D0 | 35 | 14 |
| Octal | 30 | 65 | 116 | 105 | 40 | 0 | 105 | 320 | 65 | 24 |
| Binary | 11000 | 110101 | 1001110 | 1000101 | 100000 | 0 | 1000101 | 11010000 | 110101 | 10100 |
Color Harmonies of #18354E
Complementary color
Monochromatic Colors of #18354E
Black with #18354E
Text Example
Text Example
White with #18354E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18354E; }
p { color: rgb(24,53,78); }
H1.HeaderClassName
{
color: #18354E;
}
.AnyTagClassName
{
color: #18354E;
}
</style>
background-color css
<style>
a { background-color: #18354E; }
a { background-color: rgb(24,53,78); }
div.DivClassName
{
background-color: #18354E;
}
.BgClassName
{
background-color: #18354E;
}
</style>
border-color css
<style>
span { border-color: #18354E; }
span { border-color: rgb(24,53,78); }
td.TdClassName
{
border-color: #18354E;
}
.TagClassName
{
border-color: #18354E;
}
</style>