Shades of Regal Blue #18416A
Tints of Regal Blue #18416A
RGB
CMYK
RGB Variations
Color information
#18416A (or 0x18416A) is known color: Regal Blue. HEX triplet: 18, 41 and 6A. RGB value is (24,65,106). Sum of RGB (Red+Green+Blue) = 24+65+106=195 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.31% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 106 (41.80% from 255 or 54.36% from 195); Max value from RGB is 106 - color contains mainly: blue. Hex color #18416A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18416A is #E7BE95. Grayscale: #393939. Windows color (decimal): -15187606 or 6963480. OLE color: 6963480.
HSL color Cylindrical-coordinate representation of color #18416A: hue angle of 210º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #18416A is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 24 | 65 | 106 | - |
| CMYK | 0.77 | 0.39 | 0 | 0.58 |
| HSL | 210º | 0.63% | 0.25% | - |
| HSV(B) | 210º | 0.77% | 0.42% | - |
| XYZ | 4.87 | 5.02 | 14.35 | - |
| YUV | 57.42 | 155.42 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 65 | 106 | 0.77 | 0.39 | 0 | 0.58 | 210 | 0.63 | 0.25 |
| Hex | 18 | 41 | 6A | 4D | 27 | 0 | 3A | D2 | 3F | 19 |
| Octal | 30 | 101 | 152 | 115 | 47 | 0 | 72 | 322 | 77 | 31 |
| Binary | 11000 | 1000001 | 1101010 | 1001101 | 100111 | 0 | 111010 | 11010010 | 111111 | 11001 |
Color Harmonies of #18416A
Complementary color
Monochromatic Colors of #18416A
Black with #18416A
Text Example
Text Example
White with #18416A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18416A; }
p { color: rgb(24,65,106); }
H1.HeaderClassName
{
color: #18416A;
}
.AnyTagClassName
{
color: #18416A;
}
</style>
background-color css
<style>
a { background-color: #18416A; }
a { background-color: rgb(24,65,106); }
div.DivClassName
{
background-color: #18416A;
}
.BgClassName
{
background-color: #18416A;
}
</style>
border-color css
<style>
span { border-color: #18416A; }
span { border-color: rgb(24,65,106); }
td.TdClassName
{
border-color: #18416A;
}
.TagClassName
{
border-color: #18416A;
}
</style>