Shades of Regal Blue #183B67
Tints of Regal Blue #183B67
RGB
CMYK
RGB Variations
Color information
#183B67 (or 0x183B67) is known color: Regal Blue. HEX triplet: 18, 3B and 67. RGB value is (24,59,103). Sum of RGB (Red+Green+Blue) = 24+59+103=186 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.90% from 186); Green value is 59 (23.44% from 255 or 31.72% from 186); Blue value is 103 (40.62% from 255 or 55.38% from 186); Max value from RGB is 103 - color contains mainly: blue. Hex color #183B67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183B67 is #E7C498. Grayscale: #353535. Windows color (decimal): -15189145 or 6765336. OLE color: 6765336.
HSL color Cylindrical-coordinate representation of color #183B67: hue angle of 213.42º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #183B67 is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 24 | 59 | 103 | - |
| CMYK | 0.77 | 0.43 | 0 | 0.60 |
| HSL | 213.42º | 0.62% | 0.25% | - |
| HSV(B) | 213.42º | 0.77% | 0.4% | - |
| XYZ | 4.39 | 4.3 | 13.43 | - |
| YUV | 53.55 | 155.9 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 59 | 103 | 0.77 | 0.43 | 0 | 0.60 | 213.42 | 0.62 | 0.25 |
| Hex | 18 | 3B | 67 | 4D | 2B | 0 | 3C | D5 | 3E | 19 |
| Octal | 30 | 73 | 147 | 115 | 53 | 0 | 74 | 325 | 76 | 31 |
| Binary | 11000 | 111011 | 1100111 | 1001101 | 101011 | 0 | 111100 | 11010101 | 111110 | 11001 |
Color Harmonies of #183B67
Complementary color
Monochromatic Colors of #183B67
Black with #183B67
Text Example
Text Example
White with #183B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183B67; }
p { color: rgb(24,59,103); }
H1.HeaderClassName
{
color: #183B67;
}
.AnyTagClassName
{
color: #183B67;
}
</style>
background-color css
<style>
a { background-color: #183B67; }
a { background-color: rgb(24,59,103); }
div.DivClassName
{
background-color: #183B67;
}
.BgClassName
{
background-color: #183B67;
}
</style>
border-color css
<style>
span { border-color: #183B67; }
span { border-color: rgb(24,59,103); }
td.TdClassName
{
border-color: #183B67;
}
.TagClassName
{
border-color: #183B67;
}
</style>