Shades of Regal Blue #10405C
Tints of Regal Blue #10405C
RGB
CMYK
RGB Variations
Color information
#10405C (or 0x10405C) is known color: Regal Blue. HEX triplet: 10, 40 and 5C. RGB value is (16,64,92). Sum of RGB (Red+Green+Blue) = 16+64+92=172 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.30% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 92 (36.33% from 255 or 53.49% from 172); Max value from RGB is 92 - color contains mainly: blue. Hex color #10405C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10405C is #EFBFA3. Grayscale: #343434. Windows color (decimal): -15712164 or 6045712. OLE color: 6045712.
HSL color Cylindrical-coordinate representation of color #10405C: hue angle of 202.11º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10405C is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 64 | 92 | - |
| CMYK | 0.83 | 0.30 | 0 | 0.64 |
| HSL | 202.11º | 0.7% | 0.21% | - |
| HSV(B) | 202.11º | 0.83% | 0.36% | - |
| XYZ | 3.98 | 4.55 | 10.79 | - |
| YUV | 52.84 | 150.1 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 64 | 92 | 0.83 | 0.30 | 0 | 0.64 | 202.11 | 0.7 | 0.21 |
| Hex | 10 | 40 | 5C | 53 | 1E | 0 | 40 | CA | 46 | 15 |
| Octal | 20 | 100 | 134 | 123 | 36 | 0 | 100 | 312 | 106 | 25 |
| Binary | 10000 | 1000000 | 1011100 | 1010011 | 11110 | 0 | 1000000 | 11001010 | 1000110 | 10101 |
Color Harmonies of #10405C
Complementary color
Monochromatic Colors of #10405C
Black with #10405C
Text Example
Text Example
White with #10405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10405C; }
p { color: rgb(16,64,92); }
H1.HeaderClassName
{
color: #10405C;
}
.AnyTagClassName
{
color: #10405C;
}
</style>
background-color css
<style>
a { background-color: #10405C; }
a { background-color: rgb(16,64,92); }
div.DivClassName
{
background-color: #10405C;
}
.BgClassName
{
background-color: #10405C;
}
</style>
border-color css
<style>
span { border-color: #10405C; }
span { border-color: rgb(16,64,92); }
td.TdClassName
{
border-color: #10405C;
}
.TagClassName
{
border-color: #10405C;
}
</style>