Shades of Regal Blue #1C405B
Tints of Regal Blue #1C405B
RGB
CMYK
RGB Variations
Color information
#1C405B (or 0x1C405B) is known color: Regal Blue. HEX triplet: 1C, 40 and 5B. RGB value is (28,64,91). Sum of RGB (Red+Green+Blue) = 28+64+91=183 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.30% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: blue. Hex color #1C405B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C405B is #E3BFA4. Grayscale: #383838. Windows color (decimal): -14925733 or 5980188. OLE color: 5980188.
HSL color Cylindrical-coordinate representation of color #1C405B: hue angle of 205.71º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C405B is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 28 | 64 | 91 | - |
| CMYK | 0.69 | 0.30 | 0 | 0.64 |
| HSL | 205.71º | 0.53% | 0.23% | - |
| HSV(B) | 205.71º | 0.69% | 0.36% | - |
| XYZ | 4.2 | 4.67 | 10.58 | - |
| YUV | 56.31 | 147.57 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 64 | 91 | 0.69 | 0.30 | 0 | 0.64 | 205.71 | 0.53 | 0.23 |
| Hex | 1C | 40 | 5B | 45 | 1E | 0 | 40 | CE | 35 | 17 |
| Octal | 34 | 100 | 133 | 105 | 36 | 0 | 100 | 316 | 65 | 27 |
| Binary | 11100 | 1000000 | 1011011 | 1000101 | 11110 | 0 | 1000000 | 11001110 | 110101 | 10111 |
Color Harmonies of #1C405B
Complementary color
Monochromatic Colors of #1C405B
Black with #1C405B
Text Example
Text Example
White with #1C405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C405B; }
p { color: rgb(28,64,91); }
H1.HeaderClassName
{
color: #1C405B;
}
.AnyTagClassName
{
color: #1C405B;
}
</style>
background-color css
<style>
a { background-color: #1C405B; }
a { background-color: rgb(28,64,91); }
div.DivClassName
{
background-color: #1C405B;
}
.BgClassName
{
background-color: #1C405B;
}
</style>
border-color css
<style>
span { border-color: #1C405B; }
span { border-color: rgb(28,64,91); }
td.TdClassName
{
border-color: #1C405B;
}
.TagClassName
{
border-color: #1C405B;
}
</style>