Shades of Sapphire #12366F
Tints of Sapphire #12366F
RGB
CMYK
RGB Variations
Color information
#12366F (or 0x12366F) is known color: Sapphire. HEX triplet: 12, 36 and 6F. RGB value is (18,54,111). Sum of RGB (Red+Green+Blue) = 18+54+111=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 111 (43.75% from 255 or 60.66% from 183); Max value from RGB is 111 - color contains mainly: blue. Hex color #12366F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12366F is #EDC990. Grayscale: #313131. Windows color (decimal): -15583633 or 7288338. OLE color: 7288338.
HSL color Cylindrical-coordinate representation of color #12366F: hue angle of 216.77º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12366F is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 54 | 111 | - |
| CMYK | 0.84 | 0.51 | 0 | 0.56 |
| HSL | 216.77º | 0.72% | 0.25% | - |
| HSV(B) | 216.77º | 0.84% | 0.44% | - |
| XYZ | 4.44 | 3.91 | 15.56 | - |
| YUV | 49.73 | 162.57 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 54 | 111 | 0.84 | 0.51 | 0 | 0.56 | 216.77 | 0.72 | 0.25 |
| Hex | 12 | 36 | 6F | 54 | 33 | 0 | 38 | D9 | 48 | 19 |
| Octal | 22 | 66 | 157 | 124 | 63 | 0 | 70 | 331 | 110 | 31 |
| Binary | 10010 | 110110 | 1101111 | 1010100 | 110011 | 0 | 111000 | 11011001 | 1001000 | 11001 |
Color Harmonies of #12366F
Complementary color
Monochromatic Colors of #12366F
Black with #12366F
Text Example
Text Example
White with #12366F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12366F; }
p { color: rgb(18,54,111); }
H1.HeaderClassName
{
color: #12366F;
}
.AnyTagClassName
{
color: #12366F;
}
</style>
background-color css
<style>
a { background-color: #12366F; }
a { background-color: rgb(18,54,111); }
div.DivClassName
{
background-color: #12366F;
}
.BgClassName
{
background-color: #12366F;
}
</style>
border-color css
<style>
span { border-color: #12366F; }
span { border-color: rgb(18,54,111); }
td.TdClassName
{
border-color: #12366F;
}
.TagClassName
{
border-color: #12366F;
}
</style>