Shades of Regal Blue #12385F
Tints of Regal Blue #12385F
RGB
CMYK
RGB Variations
Color information
#12385F (or 0x12385F) is known color: Regal Blue. HEX triplet: 12, 38 and 5F. RGB value is (18,56,95). Sum of RGB (Red+Green+Blue) = 18+56+95=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 95 (37.5% from 255 or 56.21% from 169); Max value from RGB is 95 - color contains mainly: blue. Hex color #12385F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12385F is #EDC7A0. Grayscale: #303030. Windows color (decimal): -15583137 or 6240274. OLE color: 6240274.
HSL color Cylindrical-coordinate representation of color #12385F: hue angle of 210.39º 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 #12385F is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 18 | 56 | 95 | - |
| CMYK | 0.81 | 0.41 | 0 | 0.63 |
| HSL | 210.39º | 0.68% | 0.22% | - |
| HSV(B) | 210.39º | 0.81% | 0.37% | - |
| XYZ | 3.73 | 3.78 | 11.36 | - |
| YUV | 49.08 | 153.91 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 56 | 95 | 0.81 | 0.41 | 0 | 0.63 | 210.39 | 0.68 | 0.22 |
| Hex | 12 | 38 | 5F | 51 | 29 | 0 | 3F | D2 | 44 | 16 |
| Octal | 22 | 70 | 137 | 121 | 51 | 0 | 77 | 322 | 104 | 26 |
| Binary | 10010 | 111000 | 1011111 | 1010001 | 101001 | 0 | 111111 | 11010010 | 1000100 | 10110 |
Color Harmonies of #12385F
Complementary color
Monochromatic Colors of #12385F
Black with #12385F
Text Example
Text Example
White with #12385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12385F; }
p { color: rgb(18,56,95); }
H1.HeaderClassName
{
color: #12385F;
}
.AnyTagClassName
{
color: #12385F;
}
</style>
background-color css
<style>
a { background-color: #12385F; }
a { background-color: rgb(18,56,95); }
div.DivClassName
{
background-color: #12385F;
}
.BgClassName
{
background-color: #12385F;
}
</style>
border-color css
<style>
span { border-color: #12385F; }
span { border-color: rgb(18,56,95); }
td.TdClassName
{
border-color: #12385F;
}
.TagClassName
{
border-color: #12385F;
}
</style>