Shades of Sapphire #143375
Tints of Sapphire #143375
RGB
CMYK
RGB Variations
Color information
#143375 (or 0x143375) is known color: Sapphire. HEX triplet: 14, 33 and 75. RGB value is (20,51,117). Sum of RGB (Red+Green+Blue) = 20+51+117=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 117 (46.09% from 255 or 62.23% from 188); Max value from RGB is 117 - color contains mainly: blue. Hex color #143375 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143375 is #EBCC8A. Grayscale: #303030. Windows color (decimal): -15453323 or 7680788. OLE color: 7680788.
HSL color Cylindrical-coordinate representation of color #143375: hue angle of 220.82º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #143375 is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 20 | 51 | 117 | - |
| CMYK | 0.83 | 0.56 | 0 | 0.54 |
| HSL | 220.82º | 0.71% | 0.27% | - |
| HSV(B) | 220.82º | 0.83% | 0.46% | - |
| XYZ | 4.68 | 3.8 | 17.32 | - |
| YUV | 49.26 | 166.23 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 51 | 117 | 0.83 | 0.56 | 0 | 0.54 | 220.82 | 0.71 | 0.27 |
| Hex | 14 | 33 | 75 | 53 | 38 | 0 | 36 | DD | 47 | 1B |
| Octal | 24 | 63 | 165 | 123 | 70 | 0 | 66 | 335 | 107 | 33 |
| Binary | 10100 | 110011 | 1110101 | 1010011 | 111000 | 0 | 110110 | 11011101 | 1000111 | 11011 |
Color Harmonies of #143375
Complementary color
Monochromatic Colors of #143375
Black with #143375
Text Example
Text Example
White with #143375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143375; }
p { color: rgb(20,51,117); }
H1.HeaderClassName
{
color: #143375;
}
.AnyTagClassName
{
color: #143375;
}
</style>
background-color css
<style>
a { background-color: #143375; }
a { background-color: rgb(20,51,117); }
div.DivClassName
{
background-color: #143375;
}
.BgClassName
{
background-color: #143375;
}
</style>
border-color css
<style>
span { border-color: #143375; }
span { border-color: rgb(20,51,117); }
td.TdClassName
{
border-color: #143375;
}
.TagClassName
{
border-color: #143375;
}
</style>