Shades of Regal Blue #123952
Tints of Regal Blue #123952
RGB
CMYK
RGB Variations
Color information
#123952 (or 0x123952) is known color: Regal Blue. HEX triplet: 12, 39 and 52. RGB value is (18,57,82). Sum of RGB (Red+Green+Blue) = 18+57+82=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 82 (32.42% from 255 or 52.23% from 157); Max value from RGB is 82 - color contains mainly: blue. Hex color #123952 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123952 is #EDC6AD. Grayscale: #303030. Windows color (decimal): -15582894 or 5388562. OLE color: 5388562.
HSL color Cylindrical-coordinate representation of color #123952: hue angle of 203.44º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #123952 is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 18 | 57 | 82 | - |
| CMYK | 0.78 | 0.30 | 0 | 0.68 |
| HSL | 203.44º | 0.64% | 0.2% | - |
| HSV(B) | 203.44º | 0.78% | 0.32% | - |
| XYZ | 3.24 | 3.66 | 8.52 | - |
| YUV | 48.19 | 147.08 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 57 | 82 | 0.78 | 0.30 | 0 | 0.68 | 203.44 | 0.64 | 0.2 |
| Hex | 12 | 39 | 52 | 4E | 1E | 0 | 44 | CB | 40 | 14 |
| Octal | 22 | 71 | 122 | 116 | 36 | 0 | 104 | 313 | 100 | 24 |
| Binary | 10010 | 111001 | 1010010 | 1001110 | 11110 | 0 | 1000100 | 11001011 | 1000000 | 10100 |
Color Harmonies of #123952
Complementary color
Monochromatic Colors of #123952
Black with #123952
Text Example
Text Example
White with #123952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123952; }
p { color: rgb(18,57,82); }
H1.HeaderClassName
{
color: #123952;
}
.AnyTagClassName
{
color: #123952;
}
</style>
background-color css
<style>
a { background-color: #123952; }
a { background-color: rgb(18,57,82); }
div.DivClassName
{
background-color: #123952;
}
.BgClassName
{
background-color: #123952;
}
</style>
border-color css
<style>
span { border-color: #123952; }
span { border-color: rgb(18,57,82); }
td.TdClassName
{
border-color: #123952;
}
.TagClassName
{
border-color: #123952;
}
</style>