Shades of Regal Blue #1B425C
Tints of Regal Blue #1B425C
RGB
CMYK
RGB Variations
Color information
#1B425C (or 0x1B425C) is known color: Regal Blue. HEX triplet: 1B, 42 and 5C. RGB value is (27,66,92). Sum of RGB (Red+Green+Blue) = 27+66+92=185 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.59% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 92 (36.33% from 255 or 49.73% from 185); Max value from RGB is 92 - color contains mainly: blue. Hex color #1B425C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B425C is #E4BDA3. Grayscale: #393939. Windows color (decimal): -14990756 or 6046235. OLE color: 6046235.
HSL color Cylindrical-coordinate representation of color #1B425C: hue angle of 204º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1B425C is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 27 | 66 | 92 | - |
| CMYK | 0.71 | 0.28 | 0 | 0.64 |
| HSL | 204º | 0.55% | 0.23% | - |
| HSV(B) | 204º | 0.71% | 0.36% | - |
| XYZ | 4.33 | 4.9 | 10.84 | - |
| YUV | 57.3 | 147.58 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 66 | 92 | 0.71 | 0.28 | 0 | 0.64 | 204 | 0.55 | 0.23 |
| Hex | 1B | 42 | 5C | 47 | 1C | 0 | 40 | CC | 37 | 17 |
| Octal | 33 | 102 | 134 | 107 | 34 | 0 | 100 | 314 | 67 | 27 |
| Binary | 11011 | 1000010 | 1011100 | 1000111 | 11100 | 0 | 1000000 | 11001100 | 110111 | 10111 |
Color Harmonies of #1B425C
Complementary color
Monochromatic Colors of #1B425C
Black with #1B425C
Text Example
Text Example
White with #1B425C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B425C; }
p { color: rgb(27,66,92); }
H1.HeaderClassName
{
color: #1B425C;
}
.AnyTagClassName
{
color: #1B425C;
}
</style>
background-color css
<style>
a { background-color: #1B425C; }
a { background-color: rgb(27,66,92); }
div.DivClassName
{
background-color: #1B425C;
}
.BgClassName
{
background-color: #1B425C;
}
</style>
border-color css
<style>
span { border-color: #1B425C; }
span { border-color: rgb(27,66,92); }
td.TdClassName
{
border-color: #1B425C;
}
.TagClassName
{
border-color: #1B425C;
}
</style>