Shades of Regal Blue #12415F
Tints of Regal Blue #12415F
RGB
CMYK
RGB Variations
Color information
#12415F (or 0x12415F) is known color: Regal Blue. HEX triplet: 12, 41 and 5F. RGB value is (18,65,95). Sum of RGB (Red+Green+Blue) = 18+65+95=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 95 (37.5% from 255 or 53.37% from 178); Max value from RGB is 95 - color contains mainly: blue. Hex color #12415F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12415F is #EDBEA0. Grayscale: #363636. Windows color (decimal): -15580833 or 6242578. OLE color: 6242578.
HSL color Cylindrical-coordinate representation of color #12415F: hue angle of 203.38º 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 #12415F is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 18 | 65 | 95 | - |
| CMYK | 0.81 | 0.32 | 0 | 0.63 |
| HSL | 203.38º | 0.68% | 0.22% | - |
| HSV(B) | 203.38º | 0.81% | 0.37% | - |
| XYZ | 4.21 | 4.74 | 11.52 | - |
| YUV | 54.37 | 150.93 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 65 | 95 | 0.81 | 0.32 | 0 | 0.63 | 203.38 | 0.68 | 0.22 |
| Hex | 12 | 41 | 5F | 51 | 20 | 0 | 3F | CB | 44 | 16 |
| Octal | 22 | 101 | 137 | 121 | 40 | 0 | 77 | 313 | 104 | 26 |
| Binary | 10010 | 1000001 | 1011111 | 1010001 | 100000 | 0 | 111111 | 11001011 | 1000100 | 10110 |
Color Harmonies of #12415F
Complementary color
Monochromatic Colors of #12415F
Black with #12415F
Text Example
Text Example
White with #12415F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12415F; }
p { color: rgb(18,65,95); }
H1.HeaderClassName
{
color: #12415F;
}
.AnyTagClassName
{
color: #12415F;
}
</style>
background-color css
<style>
a { background-color: #12415F; }
a { background-color: rgb(18,65,95); }
div.DivClassName
{
background-color: #12415F;
}
.BgClassName
{
background-color: #12415F;
}
</style>
border-color css
<style>
span { border-color: #12415F; }
span { border-color: rgb(18,65,95); }
td.TdClassName
{
border-color: #12415F;
}
.TagClassName
{
border-color: #12415F;
}
</style>