Shades of Egyptian Blue #0A359F
Tints of Egyptian Blue #0A359F
RGB
CMYK
RGB Variations
Color information
#0A359F (or 0x0A359F) is known color: Egyptian Blue. HEX triplet: 0A, 35 and 9F. RGB value is (10,53,159). Sum of RGB (Red+Green+Blue) = 10+53+159=222 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.50% from 222); Green value is 53 (21.09% from 255 or 23.87% 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 #0A359F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A359F is #F5CA60. Grayscale: #333333. Windows color (decimal): -16108129 or 10433802. OLE color: 10433802.
HSL color Cylindrical-coordinate representation of color #0A359F: hue angle of 222.68º degrees, saturation: 0.88, 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 #0A359F is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 10 | 53 | 159 | - |
| CMYK | 0.94 | 0.67 | 0 | 0.38 |
| HSL | 222.68º | 0.88% | 0.33% | - |
| HSV(B) | 222.68º | 0.94% | 0.62% | - |
| XYZ | 7.66 | 5.11 | 33.38 | - |
| YUV | 52.23 | 188.25 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 53 | 159 | 0.94 | 0.67 | 0 | 0.38 | 222.68 | 0.88 | 0.33 |
| Hex | A | 35 | 9F | 5E | 43 | 0 | 26 | DF | 58 | 21 |
| Octal | 12 | 65 | 237 | 136 | 103 | 0 | 46 | 337 | 130 | 41 |
| Binary | 1010 | 110101 | 10011111 | 1011110 | 1000011 | 0 | 100110 | 11011111 | 1011000 | 100001 |
Color Harmonies of #0A359F
Complementary color
Monochromatic Colors of #0A359F
Black with #0A359F
Text Example
Text Example
White with #0A359F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A359F; }
p { color: rgb(10,53,159); }
H1.HeaderClassName
{
color: #0A359F;
}
.AnyTagClassName
{
color: #0A359F;
}
</style>
background-color css
<style>
a { background-color: #0A359F; }
a { background-color: rgb(10,53,159); }
div.DivClassName
{
background-color: #0A359F;
}
.BgClassName
{
background-color: #0A359F;
}
</style>
border-color css
<style>
span { border-color: #0A359F; }
span { border-color: rgb(10,53,159); }
td.TdClassName
{
border-color: #0A359F;
}
.TagClassName
{
border-color: #0A359F;
}
</style>