Shades of Blue Whale #18334D
Tints of Blue Whale #18334D
RGB
CMYK
RGB Variations
Color information
#18334D (or 0x18334D) is known color: Blue Whale. HEX triplet: 18, 33 and 4D. RGB value is (24,51,77). Sum of RGB (Red+Green+Blue) = 24+51+77=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 77 (30.47% from 255 or 50.66% from 152); Max value from RGB is 77 - color contains mainly: blue. Hex color #18334D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18334D is #E7CCB2. Grayscale: #2D2D2D. Windows color (decimal): -15191219 or 5059352. OLE color: 5059352.
HSL color Cylindrical-coordinate representation of color #18334D: hue angle of 209.43º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #18334D is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 24 | 51 | 77 | - |
| CMYK | 0.69 | 0.34 | 0 | 0.70 |
| HSL | 209.43º | 0.52% | 0.2% | - |
| HSV(B) | 209.43º | 0.69% | 0.3% | - |
| XYZ | 2.9 | 3.1 | 7.47 | - |
| YUV | 45.89 | 145.55 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 51 | 77 | 0.69 | 0.34 | 0 | 0.70 | 209.43 | 0.52 | 0.2 |
| Hex | 18 | 33 | 4D | 45 | 22 | 0 | 46 | D1 | 34 | 14 |
| Octal | 30 | 63 | 115 | 105 | 42 | 0 | 106 | 321 | 64 | 24 |
| Binary | 11000 | 110011 | 1001101 | 1000101 | 100010 | 0 | 1000110 | 11010001 | 110100 | 10100 |
Color Harmonies of #18334D
Complementary color
Monochromatic Colors of #18334D
Black with #18334D
Text Example
Text Example
White with #18334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18334D; }
p { color: rgb(24,51,77); }
H1.HeaderClassName
{
color: #18334D;
}
.AnyTagClassName
{
color: #18334D;
}
</style>
background-color css
<style>
a { background-color: #18334D; }
a { background-color: rgb(24,51,77); }
div.DivClassName
{
background-color: #18334D;
}
.BgClassName
{
background-color: #18334D;
}
</style>
border-color css
<style>
span { border-color: #18334D; }
span { border-color: rgb(24,51,77); }
td.TdClassName
{
border-color: #18334D;
}
.TagClassName
{
border-color: #18334D;
}
</style>