Shades of Sapphire #10306F
Tints of Sapphire #10306F
RGB
CMYK
RGB Variations
Color information
#10306F (or 0x10306F) is known color: Sapphire. HEX triplet: 10, 30 and 6F. RGB value is (16,48,111). Sum of RGB (Red+Green+Blue) = 16+48+111=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 111 (43.75% from 255 or 63.43% from 175); Max value from RGB is 111 - color contains mainly: blue. Hex color #10306F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10306F is #EFCF90. Grayscale: #2D2D2D. Windows color (decimal): -15716241 or 7286800. OLE color: 7286800.
HSL color Cylindrical-coordinate representation of color #10306F: hue angle of 219.79º 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 #10306F is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 48 | 111 | - |
| CMYK | 0.86 | 0.57 | 0 | 0.56 |
| HSL | 219.79º | 0.75% | 0.25% | - |
| HSV(B) | 219.79º | 0.86% | 0.44% | - |
| XYZ | 4.14 | 3.37 | 15.47 | - |
| YUV | 45.61 | 164.9 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 48 | 111 | 0.86 | 0.57 | 0 | 0.56 | 219.79 | 0.75 | 0.25 |
| Hex | 10 | 30 | 6F | 56 | 39 | 0 | 38 | DC | 4B | 19 |
| Octal | 20 | 60 | 157 | 126 | 71 | 0 | 70 | 334 | 113 | 31 |
| Binary | 10000 | 110000 | 1101111 | 1010110 | 111001 | 0 | 111000 | 11011100 | 1001011 | 11001 |
Color Harmonies of #10306F
Complementary color
Monochromatic Colors of #10306F
Black with #10306F
Text Example
Text Example
White with #10306F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10306F; }
p { color: rgb(16,48,111); }
H1.HeaderClassName
{
color: #10306F;
}
.AnyTagClassName
{
color: #10306F;
}
</style>
background-color css
<style>
a { background-color: #10306F; }
a { background-color: rgb(16,48,111); }
div.DivClassName
{
background-color: #10306F;
}
.BgClassName
{
background-color: #10306F;
}
</style>
border-color css
<style>
span { border-color: #10306F; }
span { border-color: rgb(16,48,111); }
td.TdClassName
{
border-color: #10306F;
}
.TagClassName
{
border-color: #10306F;
}
</style>