Shades of Sapphire #10307D
Tints of Sapphire #10307D
RGB
CMYK
RGB Variations
Color information
#10307D (or 0x10307D) is known color: Sapphire. HEX triplet: 10, 30 and 7D. RGB value is (16,48,125). Sum of RGB (Red+Green+Blue) = 16+48+125=189 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.47% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 125 (49.22% from 255 or 66.14% from 189); Max value from RGB is 125 - color contains mainly: blue. Hex color #10307D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10307D is #EFCF82. Grayscale: #2E2E2E. Windows color (decimal): -15716227 or 8204304. OLE color: 8204304.
HSL color Cylindrical-coordinate representation of color #10307D: hue angle of 222.39º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10307D is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 48 | 125 | - |
| CMYK | 0.87 | 0.62 | 0 | 0.51 |
| HSL | 222.39º | 0.77% | 0.28% | - |
| HSV(B) | 222.39º | 0.87% | 0.49% | - |
| XYZ | 4.97 | 3.7 | 19.86 | - |
| YUV | 47.21 | 171.9 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 48 | 125 | 0.87 | 0.62 | 0 | 0.51 | 222.39 | 0.77 | 0.28 |
| Hex | 10 | 30 | 7D | 57 | 3E | 0 | 33 | DE | 4D | 1C |
| Octal | 20 | 60 | 175 | 127 | 76 | 0 | 63 | 336 | 115 | 34 |
| Binary | 10000 | 110000 | 1111101 | 1010111 | 111110 | 0 | 110011 | 11011110 | 1001101 | 11100 |
Color Harmonies of #10307D
Complementary color
Monochromatic Colors of #10307D
Black with #10307D
Text Example
Text Example
White with #10307D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10307D; }
p { color: rgb(16,48,125); }
H1.HeaderClassName
{
color: #10307D;
}
.AnyTagClassName
{
color: #10307D;
}
</style>
background-color css
<style>
a { background-color: #10307D; }
a { background-color: rgb(16,48,125); }
div.DivClassName
{
background-color: #10307D;
}
.BgClassName
{
background-color: #10307D;
}
</style>
border-color css
<style>
span { border-color: #10307D; }
span { border-color: rgb(16,48,125); }
td.TdClassName
{
border-color: #10307D;
}
.TagClassName
{
border-color: #10307D;
}
</style>