Shades of Regal Blue #183C68
Tints of Regal Blue #183C68
RGB
CMYK
RGB Variations
Color information
#183C68 (or 0x183C68) is known color: Regal Blue. HEX triplet: 18, 3C and 68. RGB value is (24,60,104). Sum of RGB (Red+Green+Blue) = 24+60+104=188 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.77% from 188); Green value is 60 (23.83% from 255 or 31.91% from 188); Blue value is 104 (41.02% from 255 or 55.32% from 188); Max value from RGB is 104 - color contains mainly: blue. Hex color #183C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183C68 is #E7C397. Grayscale: #363636. Windows color (decimal): -15188888 or 6831128. OLE color: 6831128.
HSL color Cylindrical-coordinate representation of color #183C68: hue angle of 213º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #183C68 is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 60 | 104 | - |
| CMYK | 0.77 | 0.42 | 0 | 0.59 |
| HSL | 213º | 0.63% | 0.25% | - |
| HSV(B) | 213º | 0.77% | 0.41% | - |
| XYZ | 4.49 | 4.43 | 13.71 | - |
| YUV | 54.25 | 156.07 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 60 | 104 | 0.77 | 0.42 | 0 | 0.59 | 213 | 0.63 | 0.25 |
| Hex | 18 | 3C | 68 | 4D | 2A | 0 | 3B | D5 | 3E | 19 |
| Octal | 30 | 74 | 150 | 115 | 52 | 0 | 73 | 325 | 76 | 31 |
| Binary | 11000 | 111100 | 1101000 | 1001101 | 101010 | 0 | 111011 | 11010101 | 111110 | 11001 |
Color Harmonies of #183C68
Complementary color
Monochromatic Colors of #183C68
Black with #183C68
Text Example
Text Example
White with #183C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183C68; }
p { color: rgb(24,60,104); }
H1.HeaderClassName
{
color: #183C68;
}
.AnyTagClassName
{
color: #183C68;
}
</style>
background-color css
<style>
a { background-color: #183C68; }
a { background-color: rgb(24,60,104); }
div.DivClassName
{
background-color: #183C68;
}
.BgClassName
{
background-color: #183C68;
}
</style>
border-color css
<style>
span { border-color: #183C68; }
span { border-color: rgb(24,60,104); }
td.TdClassName
{
border-color: #183C68;
}
.TagClassName
{
border-color: #183C68;
}
</style>