Shades of Blue Whale #14313C
Tints of Blue Whale #14313C
RGB
CMYK
RGB Variations
Color information
#14313C (or 0x14313C) is known color: Blue Whale. HEX triplet: 14, 31 and 3C. RGB value is (20,49,60). Sum of RGB (Red+Green+Blue) = 20+49+60=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 60 (23.83% from 255 or 46.51% from 129); Max value from RGB is 60 - color contains mainly: blue. Hex color #14313C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14313C is #EBCEC3. Grayscale: #292929. Windows color (decimal): -15453892 or 3944724. OLE color: 3944724.
HSL color Cylindrical-coordinate representation of color #14313C: hue angle of 196.5º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #14313C is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 49 | 60 | - |
| CMYK | 0.67 | 0.18 | 0 | 0.76 |
| HSL | 196.5º | 0.5% | 0.16% | - |
| HSV(B) | 196.5º | 0.67% | 0.24% | - |
| XYZ | 2.2 | 2.67 | 4.67 | - |
| YUV | 41.58 | 138.39 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 49 | 60 | 0.67 | 0.18 | 0 | 0.76 | 196.5 | 0.5 | 0.16 |
| Hex | 14 | 31 | 3C | 43 | 12 | 0 | 4C | C4 | 32 | 10 |
| Octal | 24 | 61 | 74 | 103 | 22 | 0 | 114 | 304 | 62 | 20 |
| Binary | 10100 | 110001 | 111100 | 1000011 | 10010 | 0 | 1001100 | 11000100 | 110010 | 10000 |
Color Harmonies of #14313C
Complementary color
Monochromatic Colors of #14313C
Black with #14313C
Text Example
Text Example
White with #14313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14313C; }
p { color: rgb(20,49,60); }
H1.HeaderClassName
{
color: #14313C;
}
.AnyTagClassName
{
color: #14313C;
}
</style>
background-color css
<style>
a { background-color: #14313C; }
a { background-color: rgb(20,49,60); }
div.DivClassName
{
background-color: #14313C;
}
.BgClassName
{
background-color: #14313C;
}
</style>
border-color css
<style>
span { border-color: #14313C; }
span { border-color: rgb(20,49,60); }
td.TdClassName
{
border-color: #14313C;
}
.TagClassName
{
border-color: #14313C;
}
</style>