Shades of Regal Blue #123F5D
Tints of Regal Blue #123F5D
RGB
CMYK
RGB Variations
Color information
#123F5D (or 0x123F5D) is known color: Regal Blue. HEX triplet: 12, 3F and 5D. RGB value is (18,63,93). Sum of RGB (Red+Green+Blue) = 18+63+93=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 63 (25% from 255 or 36.21% from 174); Blue value is 93 (36.72% from 255 or 53.45% from 174); Max value from RGB is 93 - color contains mainly: blue. Hex color #123F5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123F5D is #EDC0A2. Grayscale: #343434. Windows color (decimal): -15581347 or 6110994. OLE color: 6110994.
HSL color Cylindrical-coordinate representation of color #123F5D: hue angle of 204º 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 #123F5D is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 63 | 93 | - |
| CMYK | 0.81 | 0.32 | 0 | 0.64 |
| HSL | 204º | 0.68% | 0.22% | - |
| HSV(B) | 204º | 0.81% | 0.36% | - |
| XYZ | 4 | 4.47 | 11.01 | - |
| YUV | 52.97 | 150.59 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 63 | 93 | 0.81 | 0.32 | 0 | 0.64 | 204 | 0.68 | 0.22 |
| Hex | 12 | 3F | 5D | 51 | 20 | 0 | 40 | CC | 44 | 16 |
| Octal | 22 | 77 | 135 | 121 | 40 | 0 | 100 | 314 | 104 | 26 |
| Binary | 10010 | 111111 | 1011101 | 1010001 | 100000 | 0 | 1000000 | 11001100 | 1000100 | 10110 |
Color Harmonies of #123F5D
Complementary color
Monochromatic Colors of #123F5D
Black with #123F5D
Text Example
Text Example
White with #123F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123F5D; }
p { color: rgb(18,63,93); }
H1.HeaderClassName
{
color: #123F5D;
}
.AnyTagClassName
{
color: #123F5D;
}
</style>
background-color css
<style>
a { background-color: #123F5D; }
a { background-color: rgb(18,63,93); }
div.DivClassName
{
background-color: #123F5D;
}
.BgClassName
{
background-color: #123F5D;
}
</style>
border-color css
<style>
span { border-color: #123F5D; }
span { border-color: rgb(18,63,93); }
td.TdClassName
{
border-color: #123F5D;
}
.TagClassName
{
border-color: #123F5D;
}
</style>