Shades of Regal Blue #183F68
Tints of Regal Blue #183F68
RGB
CMYK
RGB Variations
Color information
#183F68 (or 0x183F68) is known color: Regal Blue. HEX triplet: 18, 3F and 68. RGB value is (24,63,104). Sum of RGB (Red+Green+Blue) = 24+63+104=191 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.57% from 191); Green value is 63 (25% from 255 or 32.98% from 191); Blue value is 104 (41.02% from 255 or 54.45% from 191); Max value from RGB is 104 - color contains mainly: blue. Hex color #183F68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183F68 is #E7C097. Grayscale: #373737. Windows color (decimal): -15188120 or 6831896. OLE color: 6831896.
HSL color Cylindrical-coordinate representation of color #183F68: hue angle of 210.75º 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 #183F68 is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 63 | 104 | - |
| CMYK | 0.77 | 0.39 | 0 | 0.59 |
| HSL | 210.75º | 0.63% | 0.25% | - |
| HSV(B) | 210.75º | 0.77% | 0.41% | - |
| XYZ | 4.65 | 4.75 | 13.77 | - |
| YUV | 56.01 | 155.08 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 63 | 104 | 0.77 | 0.39 | 0 | 0.59 | 210.75 | 0.63 | 0.25 |
| Hex | 18 | 3F | 68 | 4D | 27 | 0 | 3B | D3 | 3E | 19 |
| Octal | 30 | 77 | 150 | 115 | 47 | 0 | 73 | 323 | 76 | 31 |
| Binary | 11000 | 111111 | 1101000 | 1001101 | 100111 | 0 | 111011 | 11010011 | 111110 | 11001 |
Color Harmonies of #183F68
Complementary color
Monochromatic Colors of #183F68
Black with #183F68
Text Example
Text Example
White with #183F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183F68; }
p { color: rgb(24,63,104); }
H1.HeaderClassName
{
color: #183F68;
}
.AnyTagClassName
{
color: #183F68;
}
</style>
background-color css
<style>
a { background-color: #183F68; }
a { background-color: rgb(24,63,104); }
div.DivClassName
{
background-color: #183F68;
}
.BgClassName
{
background-color: #183F68;
}
</style>
border-color css
<style>
span { border-color: #183F68; }
span { border-color: rgb(24,63,104); }
td.TdClassName
{
border-color: #183F68;
}
.TagClassName
{
border-color: #183F68;
}
</style>