Shades of Regal Blue #123F5F
Tints of Regal Blue #123F5F
RGB
CMYK
RGB Variations
Color information
#123F5F (or 0x123F5F) is known color: Regal Blue. HEX triplet: 12, 3F and 5F. RGB value is (18,63,95). Sum of RGB (Red+Green+Blue) = 18+63+95=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 63 (25% from 255 or 35.80% from 176); Blue value is 95 (37.5% from 255 or 53.98% from 176); Max value from RGB is 95 - color contains mainly: blue. Hex color #123F5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123F5F is #EDC0A0. Grayscale: #353535. Windows color (decimal): -15581345 or 6242066. OLE color: 6242066.
HSL color Cylindrical-coordinate representation of color #123F5F: hue angle of 204.94º 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 #123F5F is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 18 | 63 | 95 | - |
| CMYK | 0.81 | 0.34 | 0 | 0.63 |
| HSL | 204.94º | 0.68% | 0.22% | - |
| HSV(B) | 204.94º | 0.81% | 0.37% | - |
| XYZ | 4.09 | 4.51 | 11.48 | - |
| YUV | 53.19 | 151.59 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 63 | 95 | 0.81 | 0.34 | 0 | 0.63 | 204.94 | 0.68 | 0.22 |
| Hex | 12 | 3F | 5F | 51 | 22 | 0 | 3F | CD | 44 | 16 |
| Octal | 22 | 77 | 137 | 121 | 42 | 0 | 77 | 315 | 104 | 26 |
| Binary | 10010 | 111111 | 1011111 | 1010001 | 100010 | 0 | 111111 | 11001101 | 1000100 | 10110 |
Color Harmonies of #123F5F
Complementary color
Monochromatic Colors of #123F5F
Black with #123F5F
Text Example
Text Example
White with #123F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123F5F; }
p { color: rgb(18,63,95); }
H1.HeaderClassName
{
color: #123F5F;
}
.AnyTagClassName
{
color: #123F5F;
}
</style>
background-color css
<style>
a { background-color: #123F5F; }
a { background-color: rgb(18,63,95); }
div.DivClassName
{
background-color: #123F5F;
}
.BgClassName
{
background-color: #123F5F;
}
</style>
border-color css
<style>
span { border-color: #123F5F; }
span { border-color: rgb(18,63,95); }
td.TdClassName
{
border-color: #123F5F;
}
.TagClassName
{
border-color: #123F5F;
}
</style>