Shades of Blue Whale #143345
Tints of Blue Whale #143345
RGB
CMYK
RGB Variations
Color information
#143345 (or 0x143345) is known color: Blue Whale. HEX triplet: 14, 33 and 45. RGB value is (20,51,69). Sum of RGB (Red+Green+Blue) = 20+51+69=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 51 (20.31% from 255 or 36.43% from 140); Blue value is 69 (27.34% from 255 or 49.29% from 140); Max value from RGB is 69 - color contains mainly: blue. Hex color #143345 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143345 is #EBCCBA. Grayscale: #2B2B2B. Windows color (decimal): -15453371 or 4535060. OLE color: 4535060.
HSL color Cylindrical-coordinate representation of color #143345: hue angle of 202.04º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #143345 is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 20 | 51 | 69 | - |
| CMYK | 0.71 | 0.26 | 0 | 0.73 |
| HSL | 202.04º | 0.55% | 0.17% | - |
| HSV(B) | 202.04º | 0.71% | 0.27% | - |
| XYZ | 2.55 | 2.95 | 6.06 | - |
| YUV | 43.78 | 142.23 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 51 | 69 | 0.71 | 0.26 | 0 | 0.73 | 202.04 | 0.55 | 0.17 |
| Hex | 14 | 33 | 45 | 47 | 1A | 0 | 49 | CA | 37 | 11 |
| Octal | 24 | 63 | 105 | 107 | 32 | 0 | 111 | 312 | 67 | 21 |
| Binary | 10100 | 110011 | 1000101 | 1000111 | 11010 | 0 | 1001001 | 11001010 | 110111 | 10001 |
Color Harmonies of #143345
Complementary color
Monochromatic Colors of #143345
Black with #143345
Text Example
Text Example
White with #143345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143345; }
p { color: rgb(20,51,69); }
H1.HeaderClassName
{
color: #143345;
}
.AnyTagClassName
{
color: #143345;
}
</style>
background-color css
<style>
a { background-color: #143345; }
a { background-color: rgb(20,51,69); }
div.DivClassName
{
background-color: #143345;
}
.BgClassName
{
background-color: #143345;
}
</style>
border-color css
<style>
span { border-color: #143345; }
span { border-color: rgb(20,51,69); }
td.TdClassName
{
border-color: #143345;
}
.TagClassName
{
border-color: #143345;
}
</style>