Shades of Regal Blue #1A426C
Tints of Regal Blue #1A426C
RGB
CMYK
RGB Variations
Color information
#1A426C (or 0x1A426C) is known color: Regal Blue. HEX triplet: 1A, 42 and 6C. RGB value is (26,66,108). Sum of RGB (Red+Green+Blue) = 26+66+108=200 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 108 (42.58% from 255 or 54% from 200); Max value from RGB is 108 - color contains mainly: blue. Hex color #1A426C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A426C is #E5BD93. Grayscale: #3A3A3A. Windows color (decimal): -15056276 or 7094810. OLE color: 7094810.
HSL color Cylindrical-coordinate representation of color #1A426C: hue angle of 210.73º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A426C is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 26 | 66 | 108 | - |
| CMYK | 0.76 | 0.39 | 0 | 0.58 |
| HSL | 210.73º | 0.61% | 0.26% | - |
| HSV(B) | 210.73º | 0.76% | 0.42% | - |
| XYZ | 5.08 | 5.2 | 14.92 | - |
| YUV | 58.83 | 155.75 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 66 | 108 | 0.76 | 0.39 | 0 | 0.58 | 210.73 | 0.61 | 0.26 |
| Hex | 1A | 42 | 6C | 4C | 27 | 0 | 3A | D3 | 3D | 1A |
| Octal | 32 | 102 | 154 | 114 | 47 | 0 | 72 | 323 | 75 | 32 |
| Binary | 11010 | 1000010 | 1101100 | 1001100 | 100111 | 0 | 111010 | 11010011 | 111101 | 11010 |
Color Harmonies of #1A426C
Complementary color
Monochromatic Colors of #1A426C
Black with #1A426C
Text Example
Text Example
White with #1A426C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A426C; }
p { color: rgb(26,66,108); }
H1.HeaderClassName
{
color: #1A426C;
}
.AnyTagClassName
{
color: #1A426C;
}
</style>
background-color css
<style>
a { background-color: #1A426C; }
a { background-color: rgb(26,66,108); }
div.DivClassName
{
background-color: #1A426C;
}
.BgClassName
{
background-color: #1A426C;
}
</style>
border-color css
<style>
span { border-color: #1A426C; }
span { border-color: rgb(26,66,108); }
td.TdClassName
{
border-color: #1A426C;
}
.TagClassName
{
border-color: #1A426C;
}
</style>