Shades of Blue Whale #14303C
Tints of Blue Whale #14303C
RGB
CMYK
RGB Variations
Color information
#14303C (or 0x14303C) is known color: Blue Whale. HEX triplet: 14, 30 and 3C. RGB value is (20,48,60). Sum of RGB (Red+Green+Blue) = 20+48+60=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 48 (19.14% from 255 or 37.5% from 128); Blue value is 60 (23.83% from 255 or 46.88% from 128); Max value from RGB is 60 - color contains mainly: blue. Hex color #14303C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14303C is #EBCFC3. Grayscale: #282828. Windows color (decimal): -15454148 or 3944468. OLE color: 3944468.
HSL color Cylindrical-coordinate representation of color #14303C: hue angle of 198º 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 #14303C is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 48 | 60 | - |
| CMYK | 0.67 | 0.20 | 0 | 0.76 |
| HSL | 198º | 0.5% | 0.16% | - |
| HSV(B) | 198º | 0.67% | 0.24% | - |
| XYZ | 2.16 | 2.59 | 4.66 | - |
| YUV | 41 | 138.72 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 48 | 60 | 0.67 | 0.20 | 0 | 0.76 | 198 | 0.5 | 0.16 |
| Hex | 14 | 30 | 3C | 43 | 14 | 0 | 4C | C6 | 32 | 10 |
| Octal | 24 | 60 | 74 | 103 | 24 | 0 | 114 | 306 | 62 | 20 |
| Binary | 10100 | 110000 | 111100 | 1000011 | 10100 | 0 | 1001100 | 11000110 | 110010 | 10000 |
Color Harmonies of #14303C
Complementary color
Monochromatic Colors of #14303C
Black with #14303C
Text Example
Text Example
White with #14303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14303C; }
p { color: rgb(20,48,60); }
H1.HeaderClassName
{
color: #14303C;
}
.AnyTagClassName
{
color: #14303C;
}
</style>
background-color css
<style>
a { background-color: #14303C; }
a { background-color: rgb(20,48,60); }
div.DivClassName
{
background-color: #14303C;
}
.BgClassName
{
background-color: #14303C;
}
</style>
border-color css
<style>
span { border-color: #14303C; }
span { border-color: rgb(20,48,60); }
td.TdClassName
{
border-color: #14303C;
}
.TagClassName
{
border-color: #14303C;
}
</style>