Shades of Regal Blue #12375F
Tints of Regal Blue #12375F
RGB
CMYK
RGB Variations
Color information
#12375F (or 0x12375F) is known color: Regal Blue. HEX triplet: 12, 37 and 5F. RGB value is (18,55,95). Sum of RGB (Red+Green+Blue) = 18+55+95=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 55 (21.88% from 255 or 32.74% from 168); Blue value is 95 (37.5% from 255 or 56.55% from 168); Max value from RGB is 95 - color contains mainly: blue. Hex color #12375F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12375F is #EDC8A0. Grayscale: #303030. Windows color (decimal): -15583393 or 6240018. OLE color: 6240018.
HSL color Cylindrical-coordinate representation of color #12375F: hue angle of 211.17º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12375F is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 18 | 55 | 95 | - |
| CMYK | 0.81 | 0.42 | 0 | 0.63 |
| HSL | 211.17º | 0.68% | 0.22% | - |
| HSV(B) | 211.17º | 0.81% | 0.37% | - |
| XYZ | 3.68 | 3.69 | 11.34 | - |
| YUV | 48.5 | 154.24 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 55 | 95 | 0.81 | 0.42 | 0 | 0.63 | 211.17 | 0.68 | 0.22 |
| Hex | 12 | 37 | 5F | 51 | 2A | 0 | 3F | D3 | 44 | 16 |
| Octal | 22 | 67 | 137 | 121 | 52 | 0 | 77 | 323 | 104 | 26 |
| Binary | 10010 | 110111 | 1011111 | 1010001 | 101010 | 0 | 111111 | 11010011 | 1000100 | 10110 |
Color Harmonies of #12375F
Complementary color
Monochromatic Colors of #12375F
Black with #12375F
Text Example
Text Example
White with #12375F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12375F; }
p { color: rgb(18,55,95); }
H1.HeaderClassName
{
color: #12375F;
}
.AnyTagClassName
{
color: #12375F;
}
</style>
background-color css
<style>
a { background-color: #12375F; }
a { background-color: rgb(18,55,95); }
div.DivClassName
{
background-color: #12375F;
}
.BgClassName
{
background-color: #12375F;
}
</style>
border-color css
<style>
span { border-color: #12375F; }
span { border-color: rgb(18,55,95); }
td.TdClassName
{
border-color: #12375F;
}
.TagClassName
{
border-color: #12375F;
}
</style>