Shades of Sapphire #14235A
Tints of Sapphire #14235A
RGB
CMYK
RGB Variations
Color information
#14235A (or 0x14235A) is known color: Sapphire. HEX triplet: 14, 23 and 5A. RGB value is (20,35,90). Sum of RGB (Red+Green+Blue) = 20+35+90=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 35 (14.06% from 255 or 24.14% from 145); Blue value is 90 (35.55% from 255 or 62.07% from 145); Max value from RGB is 90 - color contains mainly: blue. Hex color #14235A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14235A is #EBDCA5. Grayscale: #242424. Windows color (decimal): -15457446 or 5907220. OLE color: 5907220.
HSL color Cylindrical-coordinate representation of color #14235A: hue angle of 227.14º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14235A is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 35 | 90 | - |
| CMYK | 0.78 | 0.61 | 0 | 0.65 |
| HSL | 227.14º | 0.64% | 0.22% | - |
| HSV(B) | 227.14º | 0.78% | 0.35% | - |
| XYZ | 2.73 | 2.09 | 9.93 | - |
| YUV | 36.79 | 158.03 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 35 | 90 | 0.78 | 0.61 | 0 | 0.65 | 227.14 | 0.64 | 0.22 |
| Hex | 14 | 23 | 5A | 4E | 3D | 0 | 41 | E3 | 40 | 16 |
| Octal | 24 | 43 | 132 | 116 | 75 | 0 | 101 | 343 | 100 | 26 |
| Binary | 10100 | 100011 | 1011010 | 1001110 | 111101 | 0 | 1000001 | 11100011 | 1000000 | 10110 |
Color Harmonies of #14235A
Complementary color
Monochromatic Colors of #14235A
Black with #14235A
Text Example
Text Example
White with #14235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14235A; }
p { color: rgb(20,35,90); }
H1.HeaderClassName
{
color: #14235A;
}
.AnyTagClassName
{
color: #14235A;
}
</style>
background-color css
<style>
a { background-color: #14235A; }
a { background-color: rgb(20,35,90); }
div.DivClassName
{
background-color: #14235A;
}
.BgClassName
{
background-color: #14235A;
}
</style>
border-color css
<style>
span { border-color: #14235A; }
span { border-color: rgb(20,35,90); }
td.TdClassName
{
border-color: #14235A;
}
.TagClassName
{
border-color: #14235A;
}
</style>