Shades of Regal Blue #093951
Tints of Regal Blue #093951
RGB
CMYK
RGB Variations
Color information
#093951 (or 0x093951) is known color: Regal Blue. HEX triplet: 09, 39 and 51. RGB value is (9,57,81). Sum of RGB (Red+Green+Blue) = 9+57+81=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 57 (22.66% from 255 or 38.78% from 147); Blue value is 81 (32.03% from 255 or 55.10% from 147); Max value from RGB is 81 - color contains mainly: blue. Hex color #093951 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093951 is #F6C6AE. Grayscale: #2D2D2D. Windows color (decimal): -16172719 or 5323017. OLE color: 5323017.
HSL color Cylindrical-coordinate representation of color #093951: hue angle of 200º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #093951 is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 9 | 57 | 81 | - |
| CMYK | 0.89 | 0.30 | 0 | 0.68 |
| HSL | 200º | 0.8% | 0.18% | - |
| HSV(B) | 200º | 0.89% | 0.32% | - |
| XYZ | 3.06 | 3.58 | 8.31 | - |
| YUV | 45.38 | 148.1 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 57 | 81 | 0.89 | 0.30 | 0 | 0.68 | 200 | 0.8 | 0.18 |
| Hex | 9 | 39 | 51 | 59 | 1E | 0 | 44 | C8 | 50 | 12 |
| Octal | 11 | 71 | 121 | 131 | 36 | 0 | 104 | 310 | 120 | 22 |
| Binary | 1001 | 111001 | 1010001 | 1011001 | 11110 | 0 | 1000100 | 11001000 | 1010000 | 10010 |
Color Harmonies of #093951
Complementary color
Monochromatic Colors of #093951
Black with #093951
Text Example
Text Example
White with #093951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093951; }
p { color: rgb(9,57,81); }
H1.HeaderClassName
{
color: #093951;
}
.AnyTagClassName
{
color: #093951;
}
</style>
background-color css
<style>
a { background-color: #093951; }
a { background-color: rgb(9,57,81); }
div.DivClassName
{
background-color: #093951;
}
.BgClassName
{
background-color: #093951;
}
</style>
border-color css
<style>
span { border-color: #093951; }
span { border-color: rgb(9,57,81); }
td.TdClassName
{
border-color: #093951;
}
.TagClassName
{
border-color: #093951;
}
</style>