Shades of Regal Blue #10375C
Tints of Regal Blue #10375C
RGB
CMYK
RGB Variations
Color information
#10375C (or 0x10375C) is known color: Regal Blue. HEX triplet: 10, 37 and 5C. RGB value is (16,55,92). Sum of RGB (Red+Green+Blue) = 16+55+92=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 55 (21.88% from 255 or 33.74% from 163); Blue value is 92 (36.33% from 255 or 56.44% from 163); Max value from RGB is 92 - color contains mainly: blue. Hex color #10375C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10375C is #EFC8A3. Grayscale: #2F2F2F. Windows color (decimal): -15714468 or 6043408. OLE color: 6043408.
HSL color Cylindrical-coordinate representation of color #10375C: hue angle of 209.21º 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 #10375C is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 55 | 92 | - |
| CMYK | 0.83 | 0.40 | 0 | 0.64 |
| HSL | 209.21º | 0.7% | 0.21% | - |
| HSV(B) | 209.21º | 0.83% | 0.36% | - |
| XYZ | 3.51 | 3.62 | 10.64 | - |
| YUV | 47.56 | 153.08 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 55 | 92 | 0.83 | 0.40 | 0 | 0.64 | 209.21 | 0.7 | 0.21 |
| Hex | 10 | 37 | 5C | 53 | 28 | 0 | 40 | D1 | 46 | 15 |
| Octal | 20 | 67 | 134 | 123 | 50 | 0 | 100 | 321 | 106 | 25 |
| Binary | 10000 | 110111 | 1011100 | 1010011 | 101000 | 0 | 1000000 | 11010001 | 1000110 | 10101 |
Color Harmonies of #10375C
Complementary color
Monochromatic Colors of #10375C
Black with #10375C
Text Example
Text Example
White with #10375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10375C; }
p { color: rgb(16,55,92); }
H1.HeaderClassName
{
color: #10375C;
}
.AnyTagClassName
{
color: #10375C;
}
</style>
background-color css
<style>
a { background-color: #10375C; }
a { background-color: rgb(16,55,92); }
div.DivClassName
{
background-color: #10375C;
}
.BgClassName
{
background-color: #10375C;
}
</style>
border-color css
<style>
span { border-color: #10375C; }
span { border-color: rgb(16,55,92); }
td.TdClassName
{
border-color: #10375C;
}
.TagClassName
{
border-color: #10375C;
}
</style>