Shades of Blue Whale #18384B
Tints of Blue Whale #18384B
RGB
CMYK
RGB Variations
Color information
#18384B (or 0x18384B) is known color: Blue Whale. HEX triplet: 18, 38 and 4B. RGB value is (24,56,75). Sum of RGB (Red+Green+Blue) = 24+56+75=155 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.48% from 155); Green value is 56 (22.27% from 255 or 36.13% from 155); Blue value is 75 (29.69% from 255 or 48.39% from 155); Max value from RGB is 75 - color contains mainly: blue. Hex color #18384B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18384B is #E7C7B4. Grayscale: #303030. Windows color (decimal): -15189941 or 4929560. OLE color: 4929560.
HSL color Cylindrical-coordinate representation of color #18384B: hue angle of 202.35º 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 #18384B is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 56 | 75 | - |
| CMYK | 0.68 | 0.25 | 0 | 0.71 |
| HSL | 202.35º | 0.52% | 0.19% | - |
| HSV(B) | 202.35º | 0.68% | 0.29% | - |
| XYZ | 3.06 | 3.53 | 7.18 | - |
| YUV | 48.6 | 142.9 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 56 | 75 | 0.68 | 0.25 | 0 | 0.71 | 202.35 | 0.52 | 0.19 |
| Hex | 18 | 38 | 4B | 44 | 19 | 0 | 47 | CA | 34 | 13 |
| Octal | 30 | 70 | 113 | 104 | 31 | 0 | 107 | 312 | 64 | 23 |
| Binary | 11000 | 111000 | 1001011 | 1000100 | 11001 | 0 | 1000111 | 11001010 | 110100 | 10011 |
Color Harmonies of #18384B
Complementary color
Monochromatic Colors of #18384B
Black with #18384B
Text Example
Text Example
White with #18384B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18384B; }
p { color: rgb(24,56,75); }
H1.HeaderClassName
{
color: #18384B;
}
.AnyTagClassName
{
color: #18384B;
}
</style>
background-color css
<style>
a { background-color: #18384B; }
a { background-color: rgb(24,56,75); }
div.DivClassName
{
background-color: #18384B;
}
.BgClassName
{
background-color: #18384B;
}
</style>
border-color css
<style>
span { border-color: #18384B; }
span { border-color: rgb(24,56,75); }
td.TdClassName
{
border-color: #18384B;
}
.TagClassName
{
border-color: #18384B;
}
</style>