Shades of Blue Whale #18354C
Tints of Blue Whale #18354C
RGB
CMYK
RGB Variations
Color information
#18354C (or 0x18354C) is known color: Blue Whale. HEX triplet: 18, 35 and 4C. RGB value is (24,53,76). Sum of RGB (Red+Green+Blue) = 24+53+76=153 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.69% from 153); Green value is 53 (21.09% from 255 or 34.64% from 153); Blue value is 76 (30.08% from 255 or 49.67% from 153); Max value from RGB is 76 - color contains mainly: blue. Hex color #18354C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18354C is #E7CAB3. Grayscale: #2E2E2E. Windows color (decimal): -15190708 or 4994328. OLE color: 4994328.
HSL color Cylindrical-coordinate representation of color #18354C: hue angle of 206.54º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #18354C is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 24 | 53 | 76 | - |
| CMYK | 0.68 | 0.30 | 0 | 0.70 |
| HSL | 206.54º | 0.52% | 0.2% | - |
| HSV(B) | 206.54º | 0.68% | 0.3% | - |
| XYZ | 2.95 | 3.26 | 7.31 | - |
| YUV | 46.95 | 144.39 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 53 | 76 | 0.68 | 0.30 | 0 | 0.70 | 206.54 | 0.52 | 0.2 |
| Hex | 18 | 35 | 4C | 44 | 1E | 0 | 46 | CF | 34 | 14 |
| Octal | 30 | 65 | 114 | 104 | 36 | 0 | 106 | 317 | 64 | 24 |
| Binary | 11000 | 110101 | 1001100 | 1000100 | 11110 | 0 | 1000110 | 11001111 | 110100 | 10100 |
Color Harmonies of #18354C
Complementary color
Monochromatic Colors of #18354C
Black with #18354C
Text Example
Text Example
White with #18354C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18354C; }
p { color: rgb(24,53,76); }
H1.HeaderClassName
{
color: #18354C;
}
.AnyTagClassName
{
color: #18354C;
}
</style>
background-color css
<style>
a { background-color: #18354C; }
a { background-color: rgb(24,53,76); }
div.DivClassName
{
background-color: #18354C;
}
.BgClassName
{
background-color: #18354C;
}
</style>
border-color css
<style>
span { border-color: #18354C; }
span { border-color: rgb(24,53,76); }
td.TdClassName
{
border-color: #18354C;
}
.TagClassName
{
border-color: #18354C;
}
</style>