Shades of Sapphire #10307B
Tints of Sapphire #10307B
RGB
CMYK
RGB Variations
Color information
#10307B (or 0x10307B) is known color: Sapphire. HEX triplet: 10, 30 and 7B. RGB value is (16,48,123). Sum of RGB (Red+Green+Blue) = 16+48+123=187 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.56% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 123 (48.44% from 255 or 65.78% from 187); Max value from RGB is 123 - color contains mainly: blue. Hex color #10307B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10307B is #EFCF84. Grayscale: #2E2E2E. Windows color (decimal): -15716229 or 8073232. OLE color: 8073232.
HSL color Cylindrical-coordinate representation of color #10307B: hue angle of 222.06º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10307B is Cyan = 0.87, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 16 | 48 | 123 | - |
| CMYK | 0.87 | 0.61 | 0 | 0.52 |
| HSL | 222.06º | 0.77% | 0.27% | - |
| HSV(B) | 222.06º | 0.87% | 0.48% | - |
| XYZ | 4.85 | 3.65 | 19.19 | - |
| YUV | 46.98 | 170.9 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 48 | 123 | 0.87 | 0.61 | 0 | 0.52 | 222.06 | 0.77 | 0.27 |
| Hex | 10 | 30 | 7B | 57 | 3D | 0 | 34 | DE | 4D | 1B |
| Octal | 20 | 60 | 173 | 127 | 75 | 0 | 64 | 336 | 115 | 33 |
| Binary | 10000 | 110000 | 1111011 | 1010111 | 111101 | 0 | 110100 | 11011110 | 1001101 | 11011 |
Color Harmonies of #10307B
Complementary color
Monochromatic Colors of #10307B
Black with #10307B
Text Example
Text Example
White with #10307B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10307B; }
p { color: rgb(16,48,123); }
H1.HeaderClassName
{
color: #10307B;
}
.AnyTagClassName
{
color: #10307B;
}
</style>
background-color css
<style>
a { background-color: #10307B; }
a { background-color: rgb(16,48,123); }
div.DivClassName
{
background-color: #10307B;
}
.BgClassName
{
background-color: #10307B;
}
</style>
border-color css
<style>
span { border-color: #10307B; }
span { border-color: rgb(16,48,123); }
td.TdClassName
{
border-color: #10307B;
}
.TagClassName
{
border-color: #10307B;
}
</style>