Shades of Regal Blue #093A53
Tints of Regal Blue #093A53
RGB
CMYK
RGB Variations
Color information
#093A53 (or 0x093A53) is known color: Regal Blue. HEX triplet: 09, 3A and 53. RGB value is (9,58,83). Sum of RGB (Red+Green+Blue) = 9+58+83=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 58 (23.05% from 255 or 38.67% from 150); Blue value is 83 (32.81% from 255 or 55.33% from 150); Max value from RGB is 83 - color contains mainly: blue. Hex color #093A53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093A53 is #F6C5AC. Grayscale: #2E2E2E. Windows color (decimal): -16172461 or 5454345. OLE color: 5454345.
HSL color Cylindrical-coordinate representation of color #093A53: hue angle of 200.27º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #093A53 is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 58 | 83 | - |
| CMYK | 0.89 | 0.30 | 0 | 0.67 |
| HSL | 200.27º | 0.8% | 0.18% | - |
| HSV(B) | 200.27º | 0.89% | 0.33% | - |
| XYZ | 3.19 | 3.71 | 8.73 | - |
| YUV | 46.2 | 148.77 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 58 | 83 | 0.89 | 0.30 | 0 | 0.67 | 200.27 | 0.8 | 0.18 |
| Hex | 9 | 3A | 53 | 59 | 1E | 0 | 43 | C8 | 50 | 12 |
| Octal | 11 | 72 | 123 | 131 | 36 | 0 | 103 | 310 | 120 | 22 |
| Binary | 1001 | 111010 | 1010011 | 1011001 | 11110 | 0 | 1000011 | 11001000 | 1010000 | 10010 |
Color Harmonies of #093A53
Complementary color
Monochromatic Colors of #093A53
Black with #093A53
Text Example
Text Example
White with #093A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093A53; }
p { color: rgb(9,58,83); }
H1.HeaderClassName
{
color: #093A53;
}
.AnyTagClassName
{
color: #093A53;
}
</style>
background-color css
<style>
a { background-color: #093A53; }
a { background-color: rgb(9,58,83); }
div.DivClassName
{
background-color: #093A53;
}
.BgClassName
{
background-color: #093A53;
}
</style>
border-color css
<style>
span { border-color: #093A53; }
span { border-color: rgb(9,58,83); }
td.TdClassName
{
border-color: #093A53;
}
.TagClassName
{
border-color: #093A53;
}
</style>