Shades of Regal Blue #123E5C
Tints of Regal Blue #123E5C
RGB
CMYK
RGB Variations
Color information
#123E5C (or 0x123E5C) is known color: Regal Blue. HEX triplet: 12, 3E and 5C. RGB value is (18,62,92). Sum of RGB (Red+Green+Blue) = 18+62+92=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 62 (24.61% from 255 or 36.05% from 172); Blue value is 92 (36.33% from 255 or 53.49% from 172); Max value from RGB is 92 - color contains mainly: blue. Hex color #123E5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123E5C is #EDC1A3. Grayscale: #343434. Windows color (decimal): -15581604 or 6045202. OLE color: 6045202.
HSL color Cylindrical-coordinate representation of color #123E5C: hue angle of 204.32º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #123E5C is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 62 | 92 | - |
| CMYK | 0.80 | 0.33 | 0 | 0.64 |
| HSL | 204.32º | 0.67% | 0.22% | - |
| HSV(B) | 204.32º | 0.8% | 0.36% | - |
| XYZ | 3.9 | 4.35 | 10.76 | - |
| YUV | 52.26 | 150.42 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 62 | 92 | 0.80 | 0.33 | 0 | 0.64 | 204.32 | 0.67 | 0.22 |
| Hex | 12 | 3E | 5C | 50 | 21 | 0 | 40 | CC | 43 | 16 |
| Octal | 22 | 76 | 134 | 120 | 41 | 0 | 100 | 314 | 103 | 26 |
| Binary | 10010 | 111110 | 1011100 | 1010000 | 100001 | 0 | 1000000 | 11001100 | 1000011 | 10110 |
Color Harmonies of #123E5C
Complementary color
Monochromatic Colors of #123E5C
Black with #123E5C
Text Example
Text Example
White with #123E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123E5C; }
p { color: rgb(18,62,92); }
H1.HeaderClassName
{
color: #123E5C;
}
.AnyTagClassName
{
color: #123E5C;
}
</style>
background-color css
<style>
a { background-color: #123E5C; }
a { background-color: rgb(18,62,92); }
div.DivClassName
{
background-color: #123E5C;
}
.BgClassName
{
background-color: #123E5C;
}
</style>
border-color css
<style>
span { border-color: #123E5C; }
span { border-color: rgb(18,62,92); }
td.TdClassName
{
border-color: #123E5C;
}
.TagClassName
{
border-color: #123E5C;
}
</style>