Shades of Sapphire #143369
Tints of Sapphire #143369
RGB
CMYK
RGB Variations
Color information
#143369 (or 0x143369) is known color: Sapphire. HEX triplet: 14, 33 and 69. RGB value is (20,51,105). Sum of RGB (Red+Green+Blue) = 20+51+105=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 105 (41.41% from 255 or 59.66% from 176); Max value from RGB is 105 - color contains mainly: blue. Hex color #143369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143369 is #EBCC96. Grayscale: #2F2F2F. Windows color (decimal): -15453335 or 6894356. OLE color: 6894356.
HSL color Cylindrical-coordinate representation of color #143369: hue angle of 218.12º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #143369 is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 20 | 51 | 105 | - |
| CMYK | 0.81 | 0.51 | 0 | 0.59 |
| HSL | 218.12º | 0.68% | 0.25% | - |
| HSV(B) | 218.12º | 0.81% | 0.41% | - |
| XYZ | 4.02 | 3.54 | 13.84 | - |
| YUV | 47.89 | 160.23 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 51 | 105 | 0.81 | 0.51 | 0 | 0.59 | 218.12 | 0.68 | 0.25 |
| Hex | 14 | 33 | 69 | 51 | 33 | 0 | 3B | DA | 44 | 19 |
| Octal | 24 | 63 | 151 | 121 | 63 | 0 | 73 | 332 | 104 | 31 |
| Binary | 10100 | 110011 | 1101001 | 1010001 | 110011 | 0 | 111011 | 11011010 | 1000100 | 11001 |
Color Harmonies of #143369
Complementary color
Monochromatic Colors of #143369
Black with #143369
Text Example
Text Example
White with #143369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143369; }
p { color: rgb(20,51,105); }
H1.HeaderClassName
{
color: #143369;
}
.AnyTagClassName
{
color: #143369;
}
</style>
background-color css
<style>
a { background-color: #143369; }
a { background-color: rgb(20,51,105); }
div.DivClassName
{
background-color: #143369;
}
.BgClassName
{
background-color: #143369;
}
</style>
border-color css
<style>
span { border-color: #143369; }
span { border-color: rgb(20,51,105); }
td.TdClassName
{
border-color: #143369;
}
.TagClassName
{
border-color: #143369;
}
</style>