Shades of Regal Blue #1A4361
Tints of Regal Blue #1A4361
RGB
CMYK
RGB Variations
Color information
#1A4361 (or 0x1A4361) is known color: Regal Blue. HEX triplet: 1A, 43 and 61. RGB value is (26,67,97). Sum of RGB (Red+Green+Blue) = 26+67+97=190 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.68% from 190); Green value is 67 (26.56% from 255 or 35.26% from 190); Blue value is 97 (38.28% from 255 or 51.05% from 190); Max value from RGB is 97 - color contains mainly: blue. Hex color #1A4361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4361 is #E5BC9E. Grayscale: #3A3A3A. Windows color (decimal): -15056031 or 6374170. OLE color: 6374170.
HSL color Cylindrical-coordinate representation of color #1A4361: hue angle of 205.35º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A4361 is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 26 | 67 | 97 | - |
| CMYK | 0.73 | 0.31 | 0 | 0.62 |
| HSL | 205.35º | 0.58% | 0.24% | - |
| HSV(B) | 205.35º | 0.73% | 0.38% | - |
| XYZ | 4.59 | 5.1 | 12.05 | - |
| YUV | 58.16 | 149.92 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 67 | 97 | 0.73 | 0.31 | 0 | 0.62 | 205.35 | 0.58 | 0.24 |
| Hex | 1A | 43 | 61 | 49 | 1F | 0 | 3E | CD | 3A | 18 |
| Octal | 32 | 103 | 141 | 111 | 37 | 0 | 76 | 315 | 72 | 30 |
| Binary | 11010 | 1000011 | 1100001 | 1001001 | 11111 | 0 | 111110 | 11001101 | 111010 | 11000 |
Color Harmonies of #1A4361
Complementary color
Monochromatic Colors of #1A4361
Black with #1A4361
Text Example
Text Example
White with #1A4361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4361; }
p { color: rgb(26,67,97); }
H1.HeaderClassName
{
color: #1A4361;
}
.AnyTagClassName
{
color: #1A4361;
}
</style>
background-color css
<style>
a { background-color: #1A4361; }
a { background-color: rgb(26,67,97); }
div.DivClassName
{
background-color: #1A4361;
}
.BgClassName
{
background-color: #1A4361;
}
</style>
border-color css
<style>
span { border-color: #1A4361; }
span { border-color: rgb(26,67,97); }
td.TdClassName
{
border-color: #1A4361;
}
.TagClassName
{
border-color: #1A4361;
}
</style>