Shades of Regal Blue #123852
Tints of Regal Blue #123852
RGB
CMYK
RGB Variations
Color information
#123852 (or 0x123852) is known color: Regal Blue. HEX triplet: 12, 38 and 52. RGB value is (18,56,82). Sum of RGB (Red+Green+Blue) = 18+56+82=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 56 (22.27% from 255 or 35.90% from 156); Blue value is 82 (32.42% from 255 or 52.56% from 156); Max value from RGB is 82 - color contains mainly: blue. Hex color #123852 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123852 is #EDC7AD. Grayscale: #2F2F2F. Windows color (decimal): -15583150 or 5388306. OLE color: 5388306.
HSL color Cylindrical-coordinate representation of color #123852: hue angle of 204.38º 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 #123852 is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 18 | 56 | 82 | - |
| CMYK | 0.78 | 0.32 | 0 | 0.68 |
| HSL | 204.38º | 0.64% | 0.2% | - |
| HSV(B) | 204.38º | 0.78% | 0.32% | - |
| XYZ | 3.19 | 3.57 | 8.5 | - |
| YUV | 47.6 | 147.41 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 56 | 82 | 0.78 | 0.32 | 0 | 0.68 | 204.38 | 0.64 | 0.2 |
| Hex | 12 | 38 | 52 | 4E | 20 | 0 | 44 | CC | 40 | 14 |
| Octal | 22 | 70 | 122 | 116 | 40 | 0 | 104 | 314 | 100 | 24 |
| Binary | 10010 | 111000 | 1010010 | 1001110 | 100000 | 0 | 1000100 | 11001100 | 1000000 | 10100 |
Color Harmonies of #123852
Complementary color
Monochromatic Colors of #123852
Black with #123852
Text Example
Text Example
White with #123852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123852; }
p { color: rgb(18,56,82); }
H1.HeaderClassName
{
color: #123852;
}
.AnyTagClassName
{
color: #123852;
}
</style>
background-color css
<style>
a { background-color: #123852; }
a { background-color: rgb(18,56,82); }
div.DivClassName
{
background-color: #123852;
}
.BgClassName
{
background-color: #123852;
}
</style>
border-color css
<style>
span { border-color: #123852; }
span { border-color: rgb(18,56,82); }
td.TdClassName
{
border-color: #123852;
}
.TagClassName
{
border-color: #123852;
}
</style>