Shades of Egyptian Blue #0A38AF
Tints of Egyptian Blue #0A38AF
RGB
CMYK
RGB Variations
Color information
#0A38AF (or 0x0A38AF) is known color: Egyptian Blue. HEX triplet: 0A, 38 and AF. RGB value is (10,56,175). Sum of RGB (Red+Green+Blue) = 10+56+175=241 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.15% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 175 (68.75% from 255 or 72.61% from 241); Max value from RGB is 175 - color contains mainly: blue. Hex color #0A38AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A38AF is #F5C750. Grayscale: #373737. Windows color (decimal): -16107345 or 11483146. OLE color: 11483146.
HSL color Cylindrical-coordinate representation of color #0A38AF: hue angle of 223.27º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A38AF is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 10 | 56 | 175 | - |
| CMYK | 0.94 | 0.68 | 0 | 0.31 |
| HSL | 223.27º | 0.89% | 0.36% | - |
| HSV(B) | 223.27º | 0.94% | 0.69% | - |
| XYZ | 9.28 | 5.99 | 41.22 | - |
| YUV | 55.81 | 195.26 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 56 | 175 | 0.94 | 0.68 | 0 | 0.31 | 223.27 | 0.89 | 0.36 |
| Hex | A | 38 | AF | 5E | 44 | 0 | 1F | DF | 59 | 24 |
| Octal | 12 | 70 | 257 | 136 | 104 | 0 | 37 | 337 | 131 | 44 |
| Binary | 1010 | 111000 | 10101111 | 1011110 | 1000100 | 0 | 11111 | 11011111 | 1011001 | 100100 |
Color Harmonies of #0A38AF
Complementary color
Monochromatic Colors of #0A38AF
Black with #0A38AF
Text Example
Text Example
White with #0A38AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A38AF; }
p { color: rgb(10,56,175); }
H1.HeaderClassName
{
color: #0A38AF;
}
.AnyTagClassName
{
color: #0A38AF;
}
</style>
background-color css
<style>
a { background-color: #0A38AF; }
a { background-color: rgb(10,56,175); }
div.DivClassName
{
background-color: #0A38AF;
}
.BgClassName
{
background-color: #0A38AF;
}
</style>
border-color css
<style>
span { border-color: #0A38AF; }
span { border-color: rgb(10,56,175); }
td.TdClassName
{
border-color: #0A38AF;
}
.TagClassName
{
border-color: #0A38AF;
}
</style>