Shades of Blue Whale #14304F
Tints of Blue Whale #14304F
RGB
CMYK
RGB Variations
Color information
#14304F (or 0x14304F) is known color: Blue Whale. HEX triplet: 14, 30 and 4F. RGB value is (20,48,79). Sum of RGB (Red+Green+Blue) = 20+48+79=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 79 (31.25% from 255 or 53.74% from 147); Max value from RGB is 79 - color contains mainly: blue. Hex color #14304F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14304F is #EBCFB0. Grayscale: #2B2B2B. Windows color (decimal): -15454129 or 5189652. OLE color: 5189652.
HSL color Cylindrical-coordinate representation of color #14304F: hue angle of 211.53º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #14304F is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 48 | 79 | - |
| CMYK | 0.75 | 0.39 | 0 | 0.69 |
| HSL | 211.53º | 0.6% | 0.19% | - |
| HSV(B) | 211.53º | 0.75% | 0.31% | - |
| XYZ | 2.76 | 2.83 | 7.8 | - |
| YUV | 43.16 | 148.22 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 48 | 79 | 0.75 | 0.39 | 0 | 0.69 | 211.53 | 0.6 | 0.19 |
| Hex | 14 | 30 | 4F | 4B | 27 | 0 | 45 | D4 | 3C | 13 |
| Octal | 24 | 60 | 117 | 113 | 47 | 0 | 105 | 324 | 74 | 23 |
| Binary | 10100 | 110000 | 1001111 | 1001011 | 100111 | 0 | 1000101 | 11010100 | 111100 | 10011 |
Color Harmonies of #14304F
Complementary color
Monochromatic Colors of #14304F
Black with #14304F
Text Example
Text Example
White with #14304F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14304F; }
p { color: rgb(20,48,79); }
H1.HeaderClassName
{
color: #14304F;
}
.AnyTagClassName
{
color: #14304F;
}
</style>
background-color css
<style>
a { background-color: #14304F; }
a { background-color: rgb(20,48,79); }
div.DivClassName
{
background-color: #14304F;
}
.BgClassName
{
background-color: #14304F;
}
</style>
border-color css
<style>
span { border-color: #14304F; }
span { border-color: rgb(20,48,79); }
td.TdClassName
{
border-color: #14304F;
}
.TagClassName
{
border-color: #14304F;
}
</style>