Shades of Regal Blue #1A385C
Tints of Regal Blue #1A385C
RGB
CMYK
RGB Variations
Color information
#1A385C (or 0x1A385C) is known color: Regal Blue. HEX triplet: 1A, 38 and 5C. RGB value is (26,56,92). Sum of RGB (Red+Green+Blue) = 26+56+92=174 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.94% from 174); Green value is 56 (22.27% from 255 or 32.18% from 174); Blue value is 92 (36.33% from 255 or 52.87% from 174); Max value from RGB is 92 - color contains mainly: blue. Hex color #1A385C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A385C is #E5C7A3. Grayscale: #323232. Windows color (decimal): -15058852 or 6043674. OLE color: 6043674.
HSL color Cylindrical-coordinate representation of color #1A385C: hue angle of 212.73º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A385C is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 26 | 56 | 92 | - |
| CMYK | 0.72 | 0.39 | 0 | 0.64 |
| HSL | 212.73º | 0.56% | 0.23% | - |
| HSV(B) | 212.73º | 0.72% | 0.36% | - |
| XYZ | 3.77 | 3.82 | 10.66 | - |
| YUV | 51.13 | 151.06 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 56 | 92 | 0.72 | 0.39 | 0 | 0.64 | 212.73 | 0.56 | 0.23 |
| Hex | 1A | 38 | 5C | 48 | 27 | 0 | 40 | D5 | 38 | 17 |
| Octal | 32 | 70 | 134 | 110 | 47 | 0 | 100 | 325 | 70 | 27 |
| Binary | 11010 | 111000 | 1011100 | 1001000 | 100111 | 0 | 1000000 | 11010101 | 111000 | 10111 |
Color Harmonies of #1A385C
Complementary color
Monochromatic Colors of #1A385C
Black with #1A385C
Text Example
Text Example
White with #1A385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A385C; }
p { color: rgb(26,56,92); }
H1.HeaderClassName
{
color: #1A385C;
}
.AnyTagClassName
{
color: #1A385C;
}
</style>
background-color css
<style>
a { background-color: #1A385C; }
a { background-color: rgb(26,56,92); }
div.DivClassName
{
background-color: #1A385C;
}
.BgClassName
{
background-color: #1A385C;
}
</style>
border-color css
<style>
span { border-color: #1A385C; }
span { border-color: rgb(26,56,92); }
td.TdClassName
{
border-color: #1A385C;
}
.TagClassName
{
border-color: #1A385C;
}
</style>