Shades of Sapphire #10236D
Tints of Sapphire #10236D
RGB
CMYK
RGB Variations
Color information
#10236D (or 0x10236D) is known color: Sapphire. HEX triplet: 10, 23 and 6D. RGB value is (16,35,109). Sum of RGB (Red+Green+Blue) = 16+35+109=160 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 109 (42.97% from 255 or 68.12% from 160); Max value from RGB is 109 - color contains mainly: blue. Hex color #10236D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10236D is #EFDC92. Grayscale: #252525. Windows color (decimal): -15719571 or 7152400. OLE color: 7152400.
HSL color Cylindrical-coordinate representation of color #10236D: hue angle of 227.74º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10236D is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 35 | 109 | - |
| CMYK | 0.85 | 0.68 | 0 | 0.57 |
| HSL | 227.74º | 0.74% | 0.25% | - |
| HSV(B) | 227.74º | 0.85% | 0.43% | - |
| XYZ | 3.58 | 2.42 | 14.75 | - |
| YUV | 37.76 | 168.21 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 35 | 109 | 0.85 | 0.68 | 0 | 0.57 | 227.74 | 0.74 | 0.25 |
| Hex | 10 | 23 | 6D | 55 | 44 | 0 | 39 | E4 | 4A | 19 |
| Octal | 20 | 43 | 155 | 125 | 104 | 0 | 71 | 344 | 112 | 31 |
| Binary | 10000 | 100011 | 1101101 | 1010101 | 1000100 | 0 | 111001 | 11100100 | 1001010 | 11001 |
Color Harmonies of #10236D
Complementary color
Monochromatic Colors of #10236D
Black with #10236D
Text Example
Text Example
White with #10236D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10236D; }
p { color: rgb(16,35,109); }
H1.HeaderClassName
{
color: #10236D;
}
.AnyTagClassName
{
color: #10236D;
}
</style>
background-color css
<style>
a { background-color: #10236D; }
a { background-color: rgb(16,35,109); }
div.DivClassName
{
background-color: #10236D;
}
.BgClassName
{
background-color: #10236D;
}
</style>
border-color css
<style>
span { border-color: #10236D; }
span { border-color: rgb(16,35,109); }
td.TdClassName
{
border-color: #10236D;
}
.TagClassName
{
border-color: #10236D;
}
</style>