Shades of Regal Blue #1A4369
Tints of Regal Blue #1A4369
RGB
CMYK
RGB Variations
Color information
#1A4369 (or 0x1A4369) is known color: Regal Blue. HEX triplet: 1A, 43 and 69. RGB value is (26,67,105). Sum of RGB (Red+Green+Blue) = 26+67+105=198 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.13% from 198); Green value is 67 (26.56% from 255 or 33.84% from 198); Blue value is 105 (41.41% from 255 or 53.03% from 198); Max value from RGB is 105 - color contains mainly: blue. Hex color #1A4369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4369 is #E5BC96. Grayscale: #3A3A3A. Windows color (decimal): -15056023 or 6898458. OLE color: 6898458.
HSL color Cylindrical-coordinate representation of color #1A4369: hue angle of 208.86º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A4369 is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 26 | 67 | 105 | - |
| CMYK | 0.75 | 0.36 | 0 | 0.59 |
| HSL | 208.86º | 0.6% | 0.26% | - |
| HSV(B) | 208.86º | 0.75% | 0.41% | - |
| XYZ | 4.98 | 5.25 | 14.12 | - |
| YUV | 59.07 | 153.92 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 67 | 105 | 0.75 | 0.36 | 0 | 0.59 | 208.86 | 0.6 | 0.26 |
| Hex | 1A | 43 | 69 | 4B | 24 | 0 | 3B | D1 | 3C | 1A |
| Octal | 32 | 103 | 151 | 113 | 44 | 0 | 73 | 321 | 74 | 32 |
| Binary | 11010 | 1000011 | 1101001 | 1001011 | 100100 | 0 | 111011 | 11010001 | 111100 | 11010 |
Color Harmonies of #1A4369
Complementary color
Monochromatic Colors of #1A4369
Black with #1A4369
Text Example
Text Example
White with #1A4369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4369; }
p { color: rgb(26,67,105); }
H1.HeaderClassName
{
color: #1A4369;
}
.AnyTagClassName
{
color: #1A4369;
}
</style>
background-color css
<style>
a { background-color: #1A4369; }
a { background-color: rgb(26,67,105); }
div.DivClassName
{
background-color: #1A4369;
}
.BgClassName
{
background-color: #1A4369;
}
</style>
border-color css
<style>
span { border-color: #1A4369; }
span { border-color: rgb(26,67,105); }
td.TdClassName
{
border-color: #1A4369;
}
.TagClassName
{
border-color: #1A4369;
}
</style>