Shades of Sapphire #10236A
Tints of Sapphire #10236A
RGB
CMYK
RGB Variations
Color information
#10236A (or 0x10236A) is known color: Sapphire. HEX triplet: 10, 23 and 6A. RGB value is (16,35,106). Sum of RGB (Red+Green+Blue) = 16+35+106=157 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.19% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 106 (41.80% from 255 or 67.52% from 157); Max value from RGB is 106 - color contains mainly: blue. Hex color #10236A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10236A is #EFDC95. Grayscale: #252525. Windows color (decimal): -15719574 or 6955792. OLE color: 6955792.
HSL color Cylindrical-coordinate representation of color #10236A: hue angle of 227.33º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10236A is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 35 | 106 | - |
| CMYK | 0.85 | 0.67 | 0 | 0.58 |
| HSL | 227.33º | 0.74% | 0.24% | - |
| HSV(B) | 227.33º | 0.85% | 0.42% | - |
| XYZ | 3.42 | 2.35 | 13.91 | - |
| YUV | 37.41 | 166.71 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 35 | 106 | 0.85 | 0.67 | 0 | 0.58 | 227.33 | 0.74 | 0.24 |
| Hex | 10 | 23 | 6A | 55 | 43 | 0 | 3A | E3 | 4A | 18 |
| Octal | 20 | 43 | 152 | 125 | 103 | 0 | 72 | 343 | 112 | 30 |
| Binary | 10000 | 100011 | 1101010 | 1010101 | 1000011 | 0 | 111010 | 11100011 | 1001010 | 11000 |
Color Harmonies of #10236A
Complementary color
Monochromatic Colors of #10236A
Black with #10236A
Text Example
Text Example
White with #10236A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10236A; }
p { color: rgb(16,35,106); }
H1.HeaderClassName
{
color: #10236A;
}
.AnyTagClassName
{
color: #10236A;
}
</style>
background-color css
<style>
a { background-color: #10236A; }
a { background-color: rgb(16,35,106); }
div.DivClassName
{
background-color: #10236A;
}
.BgClassName
{
background-color: #10236A;
}
</style>
border-color css
<style>
span { border-color: #10236A; }
span { border-color: rgb(16,35,106); }
td.TdClassName
{
border-color: #10236A;
}
.TagClassName
{
border-color: #10236A;
}
</style>