Shades of Sapphire #14246F
Tints of Sapphire #14246F
RGB
CMYK
RGB Variations
Color information
#14246F (or 0x14246F) is known color: Sapphire. HEX triplet: 14, 24 and 6F. RGB value is (20,36,111). Sum of RGB (Red+Green+Blue) = 20+36+111=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 111 (43.75% from 255 or 66.47% from 167); Max value from RGB is 111 - color contains mainly: blue. Hex color #14246F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14246F is #EBDB90. Grayscale: #272727. Windows color (decimal): -15457169 or 7283732. OLE color: 7283732.
HSL color Cylindrical-coordinate representation of color #14246F: hue angle of 229.45º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14246F is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 36 | 111 | - |
| CMYK | 0.82 | 0.68 | 0 | 0.56 |
| HSL | 229.45º | 0.69% | 0.26% | - |
| HSV(B) | 229.45º | 0.82% | 0.44% | - |
| XYZ | 3.79 | 2.56 | 15.33 | - |
| YUV | 39.77 | 168.2 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 36 | 111 | 0.82 | 0.68 | 0 | 0.56 | 229.45 | 0.69 | 0.26 |
| Hex | 14 | 24 | 6F | 52 | 44 | 0 | 38 | E5 | 45 | 1A |
| Octal | 24 | 44 | 157 | 122 | 104 | 0 | 70 | 345 | 105 | 32 |
| Binary | 10100 | 100100 | 1101111 | 1010010 | 1000100 | 0 | 111000 | 11100101 | 1000101 | 11010 |
Color Harmonies of #14246F
Complementary color
Monochromatic Colors of #14246F
Black with #14246F
Text Example
Text Example
White with #14246F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14246F; }
p { color: rgb(20,36,111); }
H1.HeaderClassName
{
color: #14246F;
}
.AnyTagClassName
{
color: #14246F;
}
</style>
background-color css
<style>
a { background-color: #14246F; }
a { background-color: rgb(20,36,111); }
div.DivClassName
{
background-color: #14246F;
}
.BgClassName
{
background-color: #14246F;
}
</style>
border-color css
<style>
span { border-color: #14246F; }
span { border-color: rgb(20,36,111); }
td.TdClassName
{
border-color: #14246F;
}
.TagClassName
{
border-color: #14246F;
}
</style>