Shades of Sapphire #10336B
Tints of Sapphire #10336B
RGB
CMYK
RGB Variations
Color information
#10336B (or 0x10336B) is known color: Sapphire. HEX triplet: 10, 33 and 6B. RGB value is (16,51,107). Sum of RGB (Red+Green+Blue) = 16+51+107=174 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.20% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 107 (42.19% from 255 or 61.49% from 174); Max value from RGB is 107 - color contains mainly: blue. Hex color #10336B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10336B is #EFCC94. Grayscale: #2E2E2E. Windows color (decimal): -15715477 or 7025424. OLE color: 7025424.
HSL color Cylindrical-coordinate representation of color #10336B: hue angle of 216.92º 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 #10336B is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 51 | 107 | - |
| CMYK | 0.85 | 0.52 | 0 | 0.58 |
| HSL | 216.92º | 0.74% | 0.24% | - |
| HSV(B) | 216.92º | 0.85% | 0.42% | - |
| XYZ | 4.05 | 3.54 | 14.38 | - |
| YUV | 46.92 | 161.9 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 51 | 107 | 0.85 | 0.52 | 0 | 0.58 | 216.92 | 0.74 | 0.24 |
| Hex | 10 | 33 | 6B | 55 | 34 | 0 | 3A | D9 | 4A | 18 |
| Octal | 20 | 63 | 153 | 125 | 64 | 0 | 72 | 331 | 112 | 30 |
| Binary | 10000 | 110011 | 1101011 | 1010101 | 110100 | 0 | 111010 | 11011001 | 1001010 | 11000 |
Color Harmonies of #10336B
Complementary color
Monochromatic Colors of #10336B
Black with #10336B
Text Example
Text Example
White with #10336B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10336B; }
p { color: rgb(16,51,107); }
H1.HeaderClassName
{
color: #10336B;
}
.AnyTagClassName
{
color: #10336B;
}
</style>
background-color css
<style>
a { background-color: #10336B; }
a { background-color: rgb(16,51,107); }
div.DivClassName
{
background-color: #10336B;
}
.BgClassName
{
background-color: #10336B;
}
</style>
border-color css
<style>
span { border-color: #10336B; }
span { border-color: rgb(16,51,107); }
td.TdClassName
{
border-color: #10336B;
}
.TagClassName
{
border-color: #10336B;
}
</style>