Shades of Sapphire #10336F
Tints of Sapphire #10336F
RGB
CMYK
RGB Variations
Color information
#10336F (or 0x10336F) is known color: Sapphire. HEX triplet: 10, 33 and 6F. RGB value is (16,51,111). Sum of RGB (Red+Green+Blue) = 16+51+111=178 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.99% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 111 (43.75% from 255 or 62.36% from 178); Max value from RGB is 111 - color contains mainly: blue. Hex color #10336F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10336F is #EFCC90. Grayscale: #2F2F2F. Windows color (decimal): -15715473 or 7287568. OLE color: 7287568.
HSL color Cylindrical-coordinate representation of color #10336F: hue angle of 217.89º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10336F is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 51 | 111 | - |
| CMYK | 0.86 | 0.54 | 0 | 0.56 |
| HSL | 217.89º | 0.75% | 0.25% | - |
| HSV(B) | 217.89º | 0.86% | 0.44% | - |
| XYZ | 4.27 | 3.63 | 15.51 | - |
| YUV | 47.38 | 163.9 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 51 | 111 | 0.86 | 0.54 | 0 | 0.56 | 217.89 | 0.75 | 0.25 |
| Hex | 10 | 33 | 6F | 56 | 36 | 0 | 38 | DA | 4B | 19 |
| Octal | 20 | 63 | 157 | 126 | 66 | 0 | 70 | 332 | 113 | 31 |
| Binary | 10000 | 110011 | 1101111 | 1010110 | 110110 | 0 | 111000 | 11011010 | 1001011 | 11001 |
Color Harmonies of #10336F
Complementary color
Monochromatic Colors of #10336F
Black with #10336F
Text Example
Text Example
White with #10336F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10336F; }
p { color: rgb(16,51,111); }
H1.HeaderClassName
{
color: #10336F;
}
.AnyTagClassName
{
color: #10336F;
}
</style>
background-color css
<style>
a { background-color: #10336F; }
a { background-color: rgb(16,51,111); }
div.DivClassName
{
background-color: #10336F;
}
.BgClassName
{
background-color: #10336F;
}
</style>
border-color css
<style>
span { border-color: #10336F; }
span { border-color: rgb(16,51,111); }
td.TdClassName
{
border-color: #10336F;
}
.TagClassName
{
border-color: #10336F;
}
</style>