Shades of Sapphire #142B81
Tints of Sapphire #142B81
RGB
CMYK
RGB Variations
Color information
#142B81 (or 0x142B81) is known color: Sapphire. HEX triplet: 14, 2B and 81. RGB value is (20,43,129). Sum of RGB (Red+Green+Blue) = 20+43+129=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 129 (50.78% from 255 or 67.19% from 192); Max value from RGB is 129 - color contains mainly: blue. Hex color #142B81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142B81 is #EBD47E. Grayscale: #2D2D2D. Windows color (decimal): -15455359 or 8465172. OLE color: 8465172.
HSL color Cylindrical-coordinate representation of color #142B81: hue angle of 227.34º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #142B81 is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 43 | 129 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.49 |
| HSL | 227.34º | 0.73% | 0.29% | - |
| HSV(B) | 227.34º | 0.84% | 0.51% | - |
| XYZ | 5.11 | 3.46 | 21.17 | - |
| YUV | 45.93 | 174.88 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 43 | 129 | 0.84 | 0.67 | 0 | 0.49 | 227.34 | 0.73 | 0.29 |
| Hex | 14 | 2B | 81 | 54 | 43 | 0 | 31 | E3 | 49 | 1D |
| Octal | 24 | 53 | 201 | 124 | 103 | 0 | 61 | 343 | 111 | 35 |
| Binary | 10100 | 101011 | 10000001 | 1010100 | 1000011 | 0 | 110001 | 11100011 | 1001001 | 11101 |
Color Harmonies of #142B81
Complementary color
Monochromatic Colors of #142B81
Black with #142B81
Text Example
Text Example
White with #142B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142B81; }
p { color: rgb(20,43,129); }
H1.HeaderClassName
{
color: #142B81;
}
.AnyTagClassName
{
color: #142B81;
}
</style>
background-color css
<style>
a { background-color: #142B81; }
a { background-color: rgb(20,43,129); }
div.DivClassName
{
background-color: #142B81;
}
.BgClassName
{
background-color: #142B81;
}
</style>
border-color css
<style>
span { border-color: #142B81; }
span { border-color: rgb(20,43,129); }
td.TdClassName
{
border-color: #142B81;
}
.TagClassName
{
border-color: #142B81;
}
</style>