Shades of Sapphire #12336B
Tints of Sapphire #12336B
RGB
CMYK
RGB Variations
Color information
#12336B (or 0x12336B) is known color: Sapphire. HEX triplet: 12, 33 and 6B. RGB value is (18,51,107). Sum of RGB (Red+Green+Blue) = 18+51+107=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 107 (42.19% from 255 or 60.80% from 176); Max value from RGB is 107 - color contains mainly: blue. Hex color #12336B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12336B is #EDCC94. Grayscale: #2F2F2F. Windows color (decimal): -15584405 or 7025426. OLE color: 7025426.
HSL color Cylindrical-coordinate representation of color #12336B: hue angle of 217.75º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12336B is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 18 | 51 | 107 | - |
| CMYK | 0.83 | 0.52 | 0 | 0.58 |
| HSL | 217.75º | 0.71% | 0.25% | - |
| HSV(B) | 217.75º | 0.83% | 0.42% | - |
| XYZ | 4.09 | 3.56 | 14.38 | - |
| YUV | 47.52 | 161.57 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 51 | 107 | 0.83 | 0.52 | 0 | 0.58 | 217.75 | 0.71 | 0.25 |
| Hex | 12 | 33 | 6B | 53 | 34 | 0 | 3A | DA | 47 | 19 |
| Octal | 22 | 63 | 153 | 123 | 64 | 0 | 72 | 332 | 107 | 31 |
| Binary | 10010 | 110011 | 1101011 | 1010011 | 110100 | 0 | 111010 | 11011010 | 1000111 | 11001 |
Color Harmonies of #12336B
Complementary color
Monochromatic Colors of #12336B
Black with #12336B
Text Example
Text Example
White with #12336B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12336B; }
p { color: rgb(18,51,107); }
H1.HeaderClassName
{
color: #12336B;
}
.AnyTagClassName
{
color: #12336B;
}
</style>
background-color css
<style>
a { background-color: #12336B; }
a { background-color: rgb(18,51,107); }
div.DivClassName
{
background-color: #12336B;
}
.BgClassName
{
background-color: #12336B;
}
</style>
border-color css
<style>
span { border-color: #12336B; }
span { border-color: rgb(18,51,107); }
td.TdClassName
{
border-color: #12336B;
}
.TagClassName
{
border-color: #12336B;
}
</style>