Shades of Blue Whale #14303D
Tints of Blue Whale #14303D
RGB
CMYK
RGB Variations
Color information
#14303D (or 0x14303D) is known color: Blue Whale. HEX triplet: 14, 30 and 3D. RGB value is (20,48,61). Sum of RGB (Red+Green+Blue) = 20+48+61=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 48 (19.14% from 255 or 37.21% from 129); Blue value is 61 (24.22% from 255 or 47.29% from 129); Max value from RGB is 61 - color contains mainly: blue. Hex color #14303D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14303D is #EBCFC2. Grayscale: #292929. Windows color (decimal): -15454147 or 4010004. OLE color: 4010004.
HSL color Cylindrical-coordinate representation of color #14303D: hue angle of 199.02º degrees, saturation: 0.51, 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 #14303D is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 48 | 61 | - |
| CMYK | 0.67 | 0.21 | 0 | 0.76 |
| HSL | 199.02º | 0.51% | 0.16% | - |
| HSV(B) | 199.02º | 0.67% | 0.24% | - |
| XYZ | 2.19 | 2.6 | 4.8 | - |
| YUV | 41.11 | 139.22 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 48 | 61 | 0.67 | 0.21 | 0 | 0.76 | 199.02 | 0.51 | 0.16 |
| Hex | 14 | 30 | 3D | 43 | 15 | 0 | 4C | C7 | 33 | 10 |
| Octal | 24 | 60 | 75 | 103 | 25 | 0 | 114 | 307 | 63 | 20 |
| Binary | 10100 | 110000 | 111101 | 1000011 | 10101 | 0 | 1001100 | 11000111 | 110011 | 10000 |
Color Harmonies of #14303D
Complementary color
Monochromatic Colors of #14303D
Black with #14303D
Text Example
Text Example
White with #14303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14303D; }
p { color: rgb(20,48,61); }
H1.HeaderClassName
{
color: #14303D;
}
.AnyTagClassName
{
color: #14303D;
}
</style>
background-color css
<style>
a { background-color: #14303D; }
a { background-color: rgb(20,48,61); }
div.DivClassName
{
background-color: #14303D;
}
.BgClassName
{
background-color: #14303D;
}
</style>
border-color css
<style>
span { border-color: #14303D; }
span { border-color: rgb(20,48,61); }
td.TdClassName
{
border-color: #14303D;
}
.TagClassName
{
border-color: #14303D;
}
</style>