Shades of Sapphire #10244E
Tints of Sapphire #10244E
RGB
CMYK
RGB Variations
Color information
#10244E (or 0x10244E) is known color: Sapphire. HEX triplet: 10, 24 and 4E. RGB value is (16,36,78). Sum of RGB (Red+Green+Blue) = 16+36+78=130 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.31% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 78 (30.86% from 255 or 60% from 130); Max value from RGB is 78 - color contains mainly: blue. Hex color #10244E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10244E is #EFDBB1. Grayscale: #222222. Windows color (decimal): -15719346 or 5121040. OLE color: 5121040.
HSL color Cylindrical-coordinate representation of color #10244E: hue angle of 220.65º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10244E is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 36 | 78 | - |
| CMYK | 0.79 | 0.54 | 0 | 0.69 |
| HSL | 220.65º | 0.66% | 0.18% | - |
| HSV(B) | 220.65º | 0.79% | 0.31% | - |
| XYZ | 2.22 | 1.92 | 7.46 | - |
| YUV | 34.81 | 152.37 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 36 | 78 | 0.79 | 0.54 | 0 | 0.69 | 220.65 | 0.66 | 0.18 |
| Hex | 10 | 24 | 4E | 4F | 36 | 0 | 45 | DD | 42 | 12 |
| Octal | 20 | 44 | 116 | 117 | 66 | 0 | 105 | 335 | 102 | 22 |
| Binary | 10000 | 100100 | 1001110 | 1001111 | 110110 | 0 | 1000101 | 11011101 | 1000010 | 10010 |
Color Harmonies of #10244E
Complementary color
Monochromatic Colors of #10244E
Black with #10244E
Text Example
Text Example
White with #10244E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10244E; }
p { color: rgb(16,36,78); }
H1.HeaderClassName
{
color: #10244E;
}
.AnyTagClassName
{
color: #10244E;
}
</style>
background-color css
<style>
a { background-color: #10244E; }
a { background-color: rgb(16,36,78); }
div.DivClassName
{
background-color: #10244E;
}
.BgClassName
{
background-color: #10244E;
}
</style>
border-color css
<style>
span { border-color: #10244E; }
span { border-color: rgb(16,36,78); }
td.TdClassName
{
border-color: #10244E;
}
.TagClassName
{
border-color: #10244E;
}
</style>