Shades of Regal Blue #12345D
Tints of Regal Blue #12345D
RGB
CMYK
RGB Variations
Color information
#12345D (or 0x12345D) is known color: Regal Blue. HEX triplet: 12, 34 and 5D. RGB value is (18,52,93). Sum of RGB (Red+Green+Blue) = 18+52+93=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 93 (36.72% from 255 or 57.06% from 163); Max value from RGB is 93 - color contains mainly: blue. Hex color #12345D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12345D is #EDCBA2. Grayscale: #2E2E2E. Windows color (decimal): -15584163 or 6108178. OLE color: 6108178.
HSL color Cylindrical-coordinate representation of color #12345D: hue angle of 212.8º 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 #12345D is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 52 | 93 | - |
| CMYK | 0.81 | 0.44 | 0 | 0.64 |
| HSL | 212.8º | 0.68% | 0.22% | - |
| HSV(B) | 212.8º | 0.81% | 0.36% | - |
| XYZ | 3.45 | 3.37 | 10.83 | - |
| YUV | 46.51 | 154.24 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 52 | 93 | 0.81 | 0.44 | 0 | 0.64 | 212.8 | 0.68 | 0.22 |
| Hex | 12 | 34 | 5D | 51 | 2C | 0 | 40 | D5 | 44 | 16 |
| Octal | 22 | 64 | 135 | 121 | 54 | 0 | 100 | 325 | 104 | 26 |
| Binary | 10010 | 110100 | 1011101 | 1010001 | 101100 | 0 | 1000000 | 11010101 | 1000100 | 10110 |
Color Harmonies of #12345D
Complementary color
Monochromatic Colors of #12345D
Black with #12345D
Text Example
Text Example
White with #12345D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12345D; }
p { color: rgb(18,52,93); }
H1.HeaderClassName
{
color: #12345D;
}
.AnyTagClassName
{
color: #12345D;
}
</style>
background-color css
<style>
a { background-color: #12345D; }
a { background-color: rgb(18,52,93); }
div.DivClassName
{
background-color: #12345D;
}
.BgClassName
{
background-color: #12345D;
}
</style>
border-color css
<style>
span { border-color: #12345D; }
span { border-color: rgb(18,52,93); }
td.TdClassName
{
border-color: #12345D;
}
.TagClassName
{
border-color: #12345D;
}
</style>