Shades of Blue Whale #143244
Tints of Blue Whale #143244
RGB
CMYK
RGB Variations
Color information
#143244 (or 0x143244) is known color: Blue Whale. HEX triplet: 14, 32 and 44. RGB value is (20,50,68). Sum of RGB (Red+Green+Blue) = 20+50+68=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 68 (26.95% from 255 or 49.28% from 138); Max value from RGB is 68 - color contains mainly: blue. Hex color #143244 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143244 is #EBCDBB. Grayscale: #2A2A2A. Windows color (decimal): -15453628 or 4469268. OLE color: 4469268.
HSL color Cylindrical-coordinate representation of color #143244: hue angle of 202.5º 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 #143244 is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 20 | 50 | 68 | - |
| CMYK | 0.71 | 0.26 | 0 | 0.73 |
| HSL | 202.5º | 0.55% | 0.17% | - |
| HSV(B) | 202.5º | 0.71% | 0.27% | - |
| XYZ | 2.47 | 2.85 | 5.89 | - |
| YUV | 43.08 | 142.06 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 50 | 68 | 0.71 | 0.26 | 0 | 0.73 | 202.5 | 0.55 | 0.17 |
| Hex | 14 | 32 | 44 | 47 | 1A | 0 | 49 | CA | 37 | 11 |
| Octal | 24 | 62 | 104 | 107 | 32 | 0 | 111 | 312 | 67 | 21 |
| Binary | 10100 | 110010 | 1000100 | 1000111 | 11010 | 0 | 1001001 | 11001010 | 110111 | 10001 |
Color Harmonies of #143244
Complementary color
Monochromatic Colors of #143244
Black with #143244
Text Example
Text Example
White with #143244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143244; }
p { color: rgb(20,50,68); }
H1.HeaderClassName
{
color: #143244;
}
.AnyTagClassName
{
color: #143244;
}
</style>
background-color css
<style>
a { background-color: #143244; }
a { background-color: rgb(20,50,68); }
div.DivClassName
{
background-color: #143244;
}
.BgClassName
{
background-color: #143244;
}
</style>
border-color css
<style>
span { border-color: #143244; }
span { border-color: rgb(20,50,68); }
td.TdClassName
{
border-color: #143244;
}
.TagClassName
{
border-color: #143244;
}
</style>