Shades of Regal Blue #123E5A
Tints of Regal Blue #123E5A
RGB
CMYK
RGB Variations
Color information
#123E5A (or 0x123E5A) is known color: Regal Blue. HEX triplet: 12, 3E and 5A. RGB value is (18,62,90). Sum of RGB (Red+Green+Blue) = 18+62+90=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 62 (24.61% from 255 or 36.47% from 170); Blue value is 90 (35.55% from 255 or 52.94% from 170); Max value from RGB is 90 - color contains mainly: blue. Hex color #123E5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123E5A is #EDC1A5. Grayscale: #333333. Windows color (decimal): -15581606 or 5914130. OLE color: 5914130.
HSL color Cylindrical-coordinate representation of color #123E5A: hue angle of 203.33º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #123E5A is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 62 | 90 | - |
| CMYK | 0.80 | 0.31 | 0 | 0.65 |
| HSL | 203.33º | 0.67% | 0.21% | - |
| HSV(B) | 203.33º | 0.8% | 0.35% | - |
| XYZ | 3.82 | 4.31 | 10.3 | - |
| YUV | 52.04 | 149.42 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 62 | 90 | 0.80 | 0.31 | 0 | 0.65 | 203.33 | 0.67 | 0.21 |
| Hex | 12 | 3E | 5A | 50 | 1F | 0 | 41 | CB | 43 | 15 |
| Octal | 22 | 76 | 132 | 120 | 37 | 0 | 101 | 313 | 103 | 25 |
| Binary | 10010 | 111110 | 1011010 | 1010000 | 11111 | 0 | 1000001 | 11001011 | 1000011 | 10101 |
Color Harmonies of #123E5A
Complementary color
Monochromatic Colors of #123E5A
Black with #123E5A
Text Example
Text Example
White with #123E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123E5A; }
p { color: rgb(18,62,90); }
H1.HeaderClassName
{
color: #123E5A;
}
.AnyTagClassName
{
color: #123E5A;
}
</style>
background-color css
<style>
a { background-color: #123E5A; }
a { background-color: rgb(18,62,90); }
div.DivClassName
{
background-color: #123E5A;
}
.BgClassName
{
background-color: #123E5A;
}
</style>
border-color css
<style>
span { border-color: #123E5A; }
span { border-color: rgb(18,62,90); }
td.TdClassName
{
border-color: #123E5A;
}
.TagClassName
{
border-color: #123E5A;
}
</style>