Shades of Sapphire #10234D
Tints of Sapphire #10234D
RGB
CMYK
RGB Variations
Color information
#10234D (or 0x10234D) is known color: Sapphire. HEX triplet: 10, 23 and 4D. RGB value is (16,35,77). Sum of RGB (Red+Green+Blue) = 16+35+77=128 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.5% from 128); Green value is 35 (14.06% from 255 or 27.34% from 128); Blue value is 77 (30.47% from 255 or 60.16% from 128); Max value from RGB is 77 - color contains mainly: blue. Hex color #10234D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10234D is #EFDCB2. Grayscale: #212121. Windows color (decimal): -15719603 or 5055248. OLE color: 5055248.
HSL color Cylindrical-coordinate representation of color #10234D: hue angle of 221.31º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10234D is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 35 | 77 | - |
| CMYK | 0.79 | 0.55 | 0 | 0.70 |
| HSL | 221.31º | 0.66% | 0.18% | - |
| HSV(B) | 221.31º | 0.79% | 0.3% | - |
| XYZ | 2.15 | 1.85 | 7.26 | - |
| YUV | 34.11 | 152.21 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 35 | 77 | 0.79 | 0.55 | 0 | 0.70 | 221.31 | 0.66 | 0.18 |
| Hex | 10 | 23 | 4D | 4F | 37 | 0 | 46 | DD | 42 | 12 |
| Octal | 20 | 43 | 115 | 117 | 67 | 0 | 106 | 335 | 102 | 22 |
| Binary | 10000 | 100011 | 1001101 | 1001111 | 110111 | 0 | 1000110 | 11011101 | 1000010 | 10010 |
Color Harmonies of #10234D
Complementary color
Monochromatic Colors of #10234D
Black with #10234D
Text Example
Text Example
White with #10234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10234D; }
p { color: rgb(16,35,77); }
H1.HeaderClassName
{
color: #10234D;
}
.AnyTagClassName
{
color: #10234D;
}
</style>
background-color css
<style>
a { background-color: #10234D; }
a { background-color: rgb(16,35,77); }
div.DivClassName
{
background-color: #10234D;
}
.BgClassName
{
background-color: #10234D;
}
</style>
border-color css
<style>
span { border-color: #10234D; }
span { border-color: rgb(16,35,77); }
td.TdClassName
{
border-color: #10234D;
}
.TagClassName
{
border-color: #10234D;
}
</style>