Shades of Sapphire #12305C
Tints of Sapphire #12305C
RGB
CMYK
RGB Variations
Color information
#12305C (or 0x12305C) is known color: Sapphire. HEX triplet: 12, 30 and 5C. RGB value is (18,48,92). Sum of RGB (Red+Green+Blue) = 18+48+92=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 48 (19.14% from 255 or 30.38% from 158); Blue value is 92 (36.33% from 255 or 58.23% from 158); Max value from RGB is 92 - color contains mainly: blue. Hex color #12305C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12305C is #EDCFA3. Grayscale: #2B2B2B. Windows color (decimal): -15585188 or 6041618. OLE color: 6041618.
HSL color Cylindrical-coordinate representation of color #12305C: hue angle of 215.68º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12305C is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 48 | 92 | - |
| CMYK | 0.80 | 0.48 | 0 | 0.64 |
| HSL | 215.68º | 0.67% | 0.22% | - |
| HSV(B) | 215.68º | 0.8% | 0.36% | - |
| XYZ | 3.24 | 3.02 | 10.54 | - |
| YUV | 44.05 | 155.06 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 48 | 92 | 0.80 | 0.48 | 0 | 0.64 | 215.68 | 0.67 | 0.22 |
| Hex | 12 | 30 | 5C | 50 | 30 | 0 | 40 | D8 | 43 | 16 |
| Octal | 22 | 60 | 134 | 120 | 60 | 0 | 100 | 330 | 103 | 26 |
| Binary | 10010 | 110000 | 1011100 | 1010000 | 110000 | 0 | 1000000 | 11011000 | 1000011 | 10110 |
Color Harmonies of #12305C
Complementary color
Monochromatic Colors of #12305C
Black with #12305C
Text Example
Text Example
White with #12305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12305C; }
p { color: rgb(18,48,92); }
H1.HeaderClassName
{
color: #12305C;
}
.AnyTagClassName
{
color: #12305C;
}
</style>
background-color css
<style>
a { background-color: #12305C; }
a { background-color: rgb(18,48,92); }
div.DivClassName
{
background-color: #12305C;
}
.BgClassName
{
background-color: #12305C;
}
</style>
border-color css
<style>
span { border-color: #12305C; }
span { border-color: rgb(18,48,92); }
td.TdClassName
{
border-color: #12305C;
}
.TagClassName
{
border-color: #12305C;
}
</style>