Shades of Regal Blue #093D56
Tints of Regal Blue #093D56
RGB
CMYK
RGB Variations
Color information
#093D56 (or 0x093D56) is known color: Regal Blue. HEX triplet: 09, 3D and 56. RGB value is (9,61,86). Sum of RGB (Red+Green+Blue) = 9+61+86=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 61 (24.22% from 255 or 39.10% from 156); Blue value is 86 (33.98% from 255 or 55.13% from 156); Max value from RGB is 86 - color contains mainly: blue. Hex color #093D56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093D56 is #F6C2A9. Grayscale: #303030. Windows color (decimal): -16171690 or 5651721. OLE color: 5651721.
HSL color Cylindrical-coordinate representation of color #093D56: hue angle of 199.48º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #093D56 is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 9 | 61 | 86 | - |
| CMYK | 0.90 | 0.29 | 0 | 0.66 |
| HSL | 199.48º | 0.81% | 0.19% | - |
| HSV(B) | 199.48º | 0.9% | 0.34% | - |
| XYZ | 3.46 | 4.07 | 9.41 | - |
| YUV | 48.3 | 149.27 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 61 | 86 | 0.90 | 0.29 | 0 | 0.66 | 199.48 | 0.81 | 0.19 |
| Hex | 9 | 3D | 56 | 5A | 1D | 0 | 42 | C7 | 51 | 13 |
| Octal | 11 | 75 | 126 | 132 | 35 | 0 | 102 | 307 | 121 | 23 |
| Binary | 1001 | 111101 | 1010110 | 1011010 | 11101 | 0 | 1000010 | 11000111 | 1010001 | 10011 |
Color Harmonies of #093D56
Complementary color
Monochromatic Colors of #093D56
Black with #093D56
Text Example
Text Example
White with #093D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093D56; }
p { color: rgb(9,61,86); }
H1.HeaderClassName
{
color: #093D56;
}
.AnyTagClassName
{
color: #093D56;
}
</style>
background-color css
<style>
a { background-color: #093D56; }
a { background-color: rgb(9,61,86); }
div.DivClassName
{
background-color: #093D56;
}
.BgClassName
{
background-color: #093D56;
}
</style>
border-color css
<style>
span { border-color: #093D56; }
span { border-color: rgb(9,61,86); }
td.TdClassName
{
border-color: #093D56;
}
.TagClassName
{
border-color: #093D56;
}
</style>