Shades of Sapphire #142452
Tints of Sapphire #142452
RGB
CMYK
RGB Variations
Color information
#142452 (or 0x142452) is known color: Sapphire. HEX triplet: 14, 24 and 52. RGB value is (20,36,82). Sum of RGB (Red+Green+Blue) = 20+36+82=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 36 (14.45% from 255 or 26.09% from 138); Blue value is 82 (32.42% from 255 or 59.42% from 138); Max value from RGB is 82 - color contains mainly: blue. Hex color #142452 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142452 is #EBDBAD. Grayscale: #242424. Windows color (decimal): -15457198 or 5383188. OLE color: 5383188.
HSL color Cylindrical-coordinate representation of color #142452: hue angle of 224.52º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #142452 is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 36 | 82 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.68 |
| HSL | 224.52º | 0.61% | 0.2% | - |
| HSV(B) | 224.52º | 0.76% | 0.32% | - |
| XYZ | 2.44 | 2.02 | 8.24 | - |
| YUV | 36.46 | 153.7 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 36 | 82 | 0.76 | 0.56 | 0 | 0.68 | 224.52 | 0.61 | 0.2 |
| Hex | 14 | 24 | 52 | 4C | 38 | 0 | 44 | E1 | 3D | 14 |
| Octal | 24 | 44 | 122 | 114 | 70 | 0 | 104 | 341 | 75 | 24 |
| Binary | 10100 | 100100 | 1010010 | 1001100 | 111000 | 0 | 1000100 | 11100001 | 111101 | 10100 |
Color Harmonies of #142452
Complementary color
Monochromatic Colors of #142452
Black with #142452
Text Example
Text Example
White with #142452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142452; }
p { color: rgb(20,36,82); }
H1.HeaderClassName
{
color: #142452;
}
.AnyTagClassName
{
color: #142452;
}
</style>
background-color css
<style>
a { background-color: #142452; }
a { background-color: rgb(20,36,82); }
div.DivClassName
{
background-color: #142452;
}
.BgClassName
{
background-color: #142452;
}
</style>
border-color css
<style>
span { border-color: #142452; }
span { border-color: rgb(20,36,82); }
td.TdClassName
{
border-color: #142452;
}
.TagClassName
{
border-color: #142452;
}
</style>