Shades of Blue Whale #142F4E
Tints of Blue Whale #142F4E
RGB
CMYK
RGB Variations
Color information
#142F4E (or 0x142F4E) is known color: Blue Whale. HEX triplet: 14, 2F and 4E. RGB value is (20,47,78). Sum of RGB (Red+Green+Blue) = 20+47+78=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 47 (18.75% from 255 or 32.41% from 145); Blue value is 78 (30.86% from 255 or 53.79% from 145); Max value from RGB is 78 - color contains mainly: blue. Hex color #142F4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142F4E is #EBD0B1. Grayscale: #2A2A2A. Windows color (decimal): -15454386 or 5123860. OLE color: 5123860.
HSL color Cylindrical-coordinate representation of color #142F4E: hue angle of 212.07º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #142F4E is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 47 | 78 | - |
| CMYK | 0.74 | 0.40 | 0 | 0.69 |
| HSL | 212.07º | 0.59% | 0.19% | - |
| HSV(B) | 212.07º | 0.74% | 0.31% | - |
| XYZ | 2.68 | 2.73 | 7.59 | - |
| YUV | 42.46 | 148.05 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 47 | 78 | 0.74 | 0.40 | 0 | 0.69 | 212.07 | 0.59 | 0.19 |
| Hex | 14 | 2F | 4E | 4A | 28 | 0 | 45 | D4 | 3B | 13 |
| Octal | 24 | 57 | 116 | 112 | 50 | 0 | 105 | 324 | 73 | 23 |
| Binary | 10100 | 101111 | 1001110 | 1001010 | 101000 | 0 | 1000101 | 11010100 | 111011 | 10011 |
Color Harmonies of #142F4E
Complementary color
Monochromatic Colors of #142F4E
Black with #142F4E
Text Example
Text Example
White with #142F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142F4E; }
p { color: rgb(20,47,78); }
H1.HeaderClassName
{
color: #142F4E;
}
.AnyTagClassName
{
color: #142F4E;
}
</style>
background-color css
<style>
a { background-color: #142F4E; }
a { background-color: rgb(20,47,78); }
div.DivClassName
{
background-color: #142F4E;
}
.BgClassName
{
background-color: #142F4E;
}
</style>
border-color css
<style>
span { border-color: #142F4E; }
span { border-color: rgb(20,47,78); }
td.TdClassName
{
border-color: #142F4E;
}
.TagClassName
{
border-color: #142F4E;
}
</style>