Shades of Sapphire #12285D
Tints of Sapphire #12285D
RGB
CMYK
RGB Variations
Color information
#12285D (or 0x12285D) is known color: Sapphire. HEX triplet: 12, 28 and 5D. RGB value is (18,40,93). Sum of RGB (Red+Green+Blue) = 18+40+93=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 40 (16.02% from 255 or 26.49% from 151); Blue value is 93 (36.72% from 255 or 61.59% from 151); Max value from RGB is 93 - color contains mainly: blue. Hex color #12285D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12285D is #EDD7A2. Grayscale: #272727. Windows color (decimal): -15587235 or 6105106. OLE color: 6105106.
HSL color Cylindrical-coordinate representation of color #12285D: hue angle of 222.4º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12285D is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 40 | 93 | - |
| CMYK | 0.81 | 0.57 | 0 | 0.64 |
| HSL | 222.4º | 0.68% | 0.22% | - |
| HSV(B) | 222.4º | 0.81% | 0.36% | - |
| XYZ | 2.98 | 2.44 | 10.67 | - |
| YUV | 39.46 | 158.21 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 40 | 93 | 0.81 | 0.57 | 0 | 0.64 | 222.4 | 0.68 | 0.22 |
| Hex | 12 | 28 | 5D | 51 | 39 | 0 | 40 | DE | 44 | 16 |
| Octal | 22 | 50 | 135 | 121 | 71 | 0 | 100 | 336 | 104 | 26 |
| Binary | 10010 | 101000 | 1011101 | 1010001 | 111001 | 0 | 1000000 | 11011110 | 1000100 | 10110 |
Color Harmonies of #12285D
Complementary color
Monochromatic Colors of #12285D
Black with #12285D
Text Example
Text Example
White with #12285D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12285D; }
p { color: rgb(18,40,93); }
H1.HeaderClassName
{
color: #12285D;
}
.AnyTagClassName
{
color: #12285D;
}
</style>
background-color css
<style>
a { background-color: #12285D; }
a { background-color: rgb(18,40,93); }
div.DivClassName
{
background-color: #12285D;
}
.BgClassName
{
background-color: #12285D;
}
</style>
border-color css
<style>
span { border-color: #12285D; }
span { border-color: rgb(18,40,93); }
td.TdClassName
{
border-color: #12285D;
}
.TagClassName
{
border-color: #12285D;
}
</style>