Shades of Sapphire #14246B
Tints of Sapphire #14246B
RGB
CMYK
RGB Variations
Color information
#14246B (or 0x14246B) is known color: Sapphire. HEX triplet: 14, 24 and 6B. RGB value is (20,36,107). Sum of RGB (Red+Green+Blue) = 20+36+107=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 36 (14.45% from 255 or 22.09% from 163); Blue value is 107 (42.19% from 255 or 65.64% from 163); Max value from RGB is 107 - color contains mainly: blue. Hex color #14246B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14246B is #EBDB94. Grayscale: #272727. Windows color (decimal): -15457173 or 7021588. OLE color: 7021588.
HSL color Cylindrical-coordinate representation of color #14246B: hue angle of 228.97º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14246B is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 20 | 36 | 107 | - |
| CMYK | 0.81 | 0.66 | 0 | 0.58 |
| HSL | 228.97º | 0.69% | 0.25% | - |
| HSV(B) | 228.97º | 0.81% | 0.42% | - |
| XYZ | 3.57 | 2.47 | 14.2 | - |
| YUV | 39.31 | 166.2 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 36 | 107 | 0.81 | 0.66 | 0 | 0.58 | 228.97 | 0.69 | 0.25 |
| Hex | 14 | 24 | 6B | 51 | 42 | 0 | 3A | E5 | 45 | 19 |
| Octal | 24 | 44 | 153 | 121 | 102 | 0 | 72 | 345 | 105 | 31 |
| Binary | 10100 | 100100 | 1101011 | 1010001 | 1000010 | 0 | 111010 | 11100101 | 1000101 | 11001 |
Color Harmonies of #14246B
Complementary color
Monochromatic Colors of #14246B
Black with #14246B
Text Example
Text Example
White with #14246B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14246B; }
p { color: rgb(20,36,107); }
H1.HeaderClassName
{
color: #14246B;
}
.AnyTagClassName
{
color: #14246B;
}
</style>
background-color css
<style>
a { background-color: #14246B; }
a { background-color: rgb(20,36,107); }
div.DivClassName
{
background-color: #14246B;
}
.BgClassName
{
background-color: #14246B;
}
</style>
border-color css
<style>
span { border-color: #14246B; }
span { border-color: rgb(20,36,107); }
td.TdClassName
{
border-color: #14246B;
}
.TagClassName
{
border-color: #14246B;
}
</style>