Shades of Sapphire #10235A
Tints of Sapphire #10235A
RGB
CMYK
RGB Variations
Color information
#10235A (or 0x10235A) is known color: Sapphire. HEX triplet: 10, 23 and 5A. RGB value is (16,35,90). Sum of RGB (Red+Green+Blue) = 16+35+90=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 35 (14.06% from 255 or 24.82% from 141); Blue value is 90 (35.55% from 255 or 63.83% from 141); Max value from RGB is 90 - color contains mainly: blue. Hex color #10235A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10235A is #EFDCA5. Grayscale: #232323. Windows color (decimal): -15719590 or 5907216. OLE color: 5907216.
HSL color Cylindrical-coordinate representation of color #10235A: hue angle of 224.59º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10235A is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 35 | 90 | - |
| CMYK | 0.82 | 0.61 | 0 | 0.65 |
| HSL | 224.59º | 0.7% | 0.21% | - |
| HSV(B) | 224.59º | 0.82% | 0.35% | - |
| XYZ | 2.66 | 2.05 | 9.93 | - |
| YUV | 35.59 | 158.71 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 35 | 90 | 0.82 | 0.61 | 0 | 0.65 | 224.59 | 0.7 | 0.21 |
| Hex | 10 | 23 | 5A | 52 | 3D | 0 | 41 | E1 | 46 | 15 |
| Octal | 20 | 43 | 132 | 122 | 75 | 0 | 101 | 341 | 106 | 25 |
| Binary | 10000 | 100011 | 1011010 | 1010010 | 111101 | 0 | 1000001 | 11100001 | 1000110 | 10101 |
Color Harmonies of #10235A
Complementary color
Monochromatic Colors of #10235A
Black with #10235A
Text Example
Text Example
White with #10235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10235A; }
p { color: rgb(16,35,90); }
H1.HeaderClassName
{
color: #10235A;
}
.AnyTagClassName
{
color: #10235A;
}
</style>
background-color css
<style>
a { background-color: #10235A; }
a { background-color: rgb(16,35,90); }
div.DivClassName
{
background-color: #10235A;
}
.BgClassName
{
background-color: #10235A;
}
</style>
border-color css
<style>
span { border-color: #10235A; }
span { border-color: rgb(16,35,90); }
td.TdClassName
{
border-color: #10235A;
}
.TagClassName
{
border-color: #10235A;
}
</style>