Shades of Sapphire #12306D
Tints of Sapphire #12306D
RGB
CMYK
RGB Variations
Color information
#12306D (or 0x12306D) is known color: Sapphire. HEX triplet: 12, 30 and 6D. RGB value is (18,48,109). Sum of RGB (Red+Green+Blue) = 18+48+109=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 109 (42.97% from 255 or 62.29% from 175); Max value from RGB is 109 - color contains mainly: blue. Hex color #12306D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12306D is #EDCF92. Grayscale: #2D2D2D. Windows color (decimal): -15585171 or 7155730. OLE color: 7155730.
HSL color Cylindrical-coordinate representation of color #12306D: hue angle of 220.22º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12306D is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 18 | 48 | 109 | - |
| CMYK | 0.83 | 0.56 | 0 | 0.57 |
| HSL | 220.22º | 0.72% | 0.25% | - |
| HSV(B) | 220.22º | 0.83% | 0.43% | - |
| XYZ | 4.07 | 3.35 | 14.9 | - |
| YUV | 45.98 | 163.56 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 48 | 109 | 0.83 | 0.56 | 0 | 0.57 | 220.22 | 0.72 | 0.25 |
| Hex | 12 | 30 | 6D | 53 | 38 | 0 | 39 | DC | 48 | 19 |
| Octal | 22 | 60 | 155 | 123 | 70 | 0 | 71 | 334 | 110 | 31 |
| Binary | 10010 | 110000 | 1101101 | 1010011 | 111000 | 0 | 111001 | 11011100 | 1001000 | 11001 |
Color Harmonies of #12306D
Complementary color
Monochromatic Colors of #12306D
Black with #12306D
Text Example
Text Example
White with #12306D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12306D; }
p { color: rgb(18,48,109); }
H1.HeaderClassName
{
color: #12306D;
}
.AnyTagClassName
{
color: #12306D;
}
</style>
background-color css
<style>
a { background-color: #12306D; }
a { background-color: rgb(18,48,109); }
div.DivClassName
{
background-color: #12306D;
}
.BgClassName
{
background-color: #12306D;
}
</style>
border-color css
<style>
span { border-color: #12306D; }
span { border-color: rgb(18,48,109); }
td.TdClassName
{
border-color: #12306D;
}
.TagClassName
{
border-color: #12306D;
}
</style>