Shades of Egyptian Blue #09369F
Tints of Egyptian Blue #09369F
RGB
CMYK
RGB Variations
Color information
#09369F (or 0x09369F) is known color: Egyptian Blue. HEX triplet: 09, 36 and 9F. RGB value is (9,54,159). Sum of RGB (Red+Green+Blue) = 9+54+159=222 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.05% from 222); Green value is 54 (21.48% from 255 or 24.32% from 222); Blue value is 159 (62.5% from 255 or 71.62% from 222); Max value from RGB is 159 - color contains mainly: blue. Hex color #09369F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09369F is #F6C960. Grayscale: #343434. Windows color (decimal): -16173409 or 10434057. OLE color: 10434057.
HSL color Cylindrical-coordinate representation of color #09369F: hue angle of 222º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09369F is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 54 | 159 | - |
| CMYK | 0.94 | 0.66 | 0 | 0.38 |
| HSL | 222º | 0.89% | 0.33% | - |
| HSV(B) | 222º | 0.94% | 0.62% | - |
| XYZ | 7.69 | 5.2 | 33.4 | - |
| YUV | 52.52 | 188.09 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 54 | 159 | 0.94 | 0.66 | 0 | 0.38 | 222 | 0.89 | 0.33 |
| Hex | 9 | 36 | 9F | 5E | 42 | 0 | 26 | DE | 59 | 21 |
| Octal | 11 | 66 | 237 | 136 | 102 | 0 | 46 | 336 | 131 | 41 |
| Binary | 1001 | 110110 | 10011111 | 1011110 | 1000010 | 0 | 100110 | 11011110 | 1011001 | 100001 |
Color Harmonies of #09369F
Complementary color
Monochromatic Colors of #09369F
Black with #09369F
Text Example
Text Example
White with #09369F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09369F; }
p { color: rgb(9,54,159); }
H1.HeaderClassName
{
color: #09369F;
}
.AnyTagClassName
{
color: #09369F;
}
</style>
background-color css
<style>
a { background-color: #09369F; }
a { background-color: rgb(9,54,159); }
div.DivClassName
{
background-color: #09369F;
}
.BgClassName
{
background-color: #09369F;
}
</style>
border-color css
<style>
span { border-color: #09369F; }
span { border-color: rgb(9,54,159); }
td.TdClassName
{
border-color: #09369F;
}
.TagClassName
{
border-color: #09369F;
}
</style>