Shades of Regal Blue #1A4365
Tints of Regal Blue #1A4365
RGB
CMYK
RGB Variations
Color information
#1A4365 (or 0x1A4365) is known color: Regal Blue. HEX triplet: 1A, 43 and 65. RGB value is (26,67,101). Sum of RGB (Red+Green+Blue) = 26+67+101=194 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.40% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 101 (39.84% from 255 or 52.06% from 194); Max value from RGB is 101 - color contains mainly: blue. Hex color #1A4365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4365 is #E5BC9A. Grayscale: #3A3A3A. Windows color (decimal): -15056027 or 6636314. OLE color: 6636314.
HSL color Cylindrical-coordinate representation of color #1A4365: hue angle of 207.2º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A4365 is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 26 | 67 | 101 | - |
| CMYK | 0.74 | 0.34 | 0 | 0.60 |
| HSL | 207.2º | 0.59% | 0.25% | - |
| HSV(B) | 207.2º | 0.74% | 0.4% | - |
| XYZ | 4.78 | 5.17 | 13.06 | - |
| YUV | 58.62 | 151.92 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 67 | 101 | 0.74 | 0.34 | 0 | 0.60 | 207.2 | 0.59 | 0.25 |
| Hex | 1A | 43 | 65 | 4A | 22 | 0 | 3C | CF | 3B | 19 |
| Octal | 32 | 103 | 145 | 112 | 42 | 0 | 74 | 317 | 73 | 31 |
| Binary | 11010 | 1000011 | 1100101 | 1001010 | 100010 | 0 | 111100 | 11001111 | 111011 | 11001 |
Color Harmonies of #1A4365
Complementary color
Monochromatic Colors of #1A4365
Black with #1A4365
Text Example
Text Example
White with #1A4365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4365; }
p { color: rgb(26,67,101); }
H1.HeaderClassName
{
color: #1A4365;
}
.AnyTagClassName
{
color: #1A4365;
}
</style>
background-color css
<style>
a { background-color: #1A4365; }
a { background-color: rgb(26,67,101); }
div.DivClassName
{
background-color: #1A4365;
}
.BgClassName
{
background-color: #1A4365;
}
</style>
border-color css
<style>
span { border-color: #1A4365; }
span { border-color: rgb(26,67,101); }
td.TdClassName
{
border-color: #1A4365;
}
.TagClassName
{
border-color: #1A4365;
}
</style>