Shades of Sapphire #10265A
Tints of Sapphire #10265A
RGB
CMYK
RGB Variations
Color information
#10265A (or 0x10265A) is known color: Sapphire. HEX triplet: 10, 26 and 5A. RGB value is (16,38,90). Sum of RGB (Red+Green+Blue) = 16+38+90=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 38 (15.23% from 255 or 26.39% from 144); Blue value is 90 (35.55% from 255 or 62.5% from 144); Max value from RGB is 90 - color contains mainly: blue. Hex color #10265A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10265A is #EFD9A5. Grayscale: #252525. Windows color (decimal): -15718822 or 5907984. OLE color: 5907984.
HSL color Cylindrical-coordinate representation of color #10265A: hue angle of 222.16º 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 #10265A is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 38 | 90 | - |
| CMYK | 0.82 | 0.58 | 0 | 0.65 |
| HSL | 222.16º | 0.7% | 0.21% | - |
| HSV(B) | 222.16º | 0.82% | 0.35% | - |
| XYZ | 2.75 | 2.23 | 9.96 | - |
| YUV | 37.35 | 157.71 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 38 | 90 | 0.82 | 0.58 | 0 | 0.65 | 222.16 | 0.7 | 0.21 |
| Hex | 10 | 26 | 5A | 52 | 3A | 0 | 41 | DE | 46 | 15 |
| Octal | 20 | 46 | 132 | 122 | 72 | 0 | 101 | 336 | 106 | 25 |
| Binary | 10000 | 100110 | 1011010 | 1010010 | 111010 | 0 | 1000001 | 11011110 | 1000110 | 10101 |
Color Harmonies of #10265A
Complementary color
Monochromatic Colors of #10265A
Black with #10265A
Text Example
Text Example
White with #10265A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10265A; }
p { color: rgb(16,38,90); }
H1.HeaderClassName
{
color: #10265A;
}
.AnyTagClassName
{
color: #10265A;
}
</style>
background-color css
<style>
a { background-color: #10265A; }
a { background-color: rgb(16,38,90); }
div.DivClassName
{
background-color: #10265A;
}
.BgClassName
{
background-color: #10265A;
}
</style>
border-color css
<style>
span { border-color: #10265A; }
span { border-color: rgb(16,38,90); }
td.TdClassName
{
border-color: #10265A;
}
.TagClassName
{
border-color: #10265A;
}
</style>