Shades of Egyptian Blue #0A33AB
Tints of Egyptian Blue #0A33AB
RGB
CMYK
RGB Variations
Color information
#0A33AB (or 0x0A33AB) is known color: Egyptian Blue. HEX triplet: 0A, 33 and AB. RGB value is (10,51,171). Sum of RGB (Red+Green+Blue) = 10+51+171=232 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.31% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 171 (67.19% from 255 or 73.71% from 232); Max value from RGB is 171 - color contains mainly: blue. Hex color #0A33AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A33AB is #F5CC54. Grayscale: #333333. Windows color (decimal): -16108629 or 11219722. OLE color: 11219722.
HSL color Cylindrical-coordinate representation of color #0A33AB: hue angle of 224.72º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A33AB is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 51 | 171 | - |
| CMYK | 0.94 | 0.70 | 0 | 0.33 |
| HSL | 224.72º | 0.89% | 0.35% | - |
| HSV(B) | 224.72º | 0.94% | 0.67% | - |
| XYZ | 8.66 | 5.37 | 39.11 | - |
| YUV | 52.42 | 194.92 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 51 | 171 | 0.94 | 0.70 | 0 | 0.33 | 224.72 | 0.89 | 0.35 |
| Hex | A | 33 | AB | 5E | 46 | 0 | 21 | E1 | 59 | 23 |
| Octal | 12 | 63 | 253 | 136 | 106 | 0 | 41 | 341 | 131 | 43 |
| Binary | 1010 | 110011 | 10101011 | 1011110 | 1000110 | 0 | 100001 | 11100001 | 1011001 | 100011 |
Color Harmonies of #0A33AB
Complementary color
Monochromatic Colors of #0A33AB
Black with #0A33AB
Text Example
Text Example
White with #0A33AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A33AB; }
p { color: rgb(10,51,171); }
H1.HeaderClassName
{
color: #0A33AB;
}
.AnyTagClassName
{
color: #0A33AB;
}
</style>
background-color css
<style>
a { background-color: #0A33AB; }
a { background-color: rgb(10,51,171); }
div.DivClassName
{
background-color: #0A33AB;
}
.BgClassName
{
background-color: #0A33AB;
}
</style>
border-color css
<style>
span { border-color: #0A33AB; }
span { border-color: rgb(10,51,171); }
td.TdClassName
{
border-color: #0A33AB;
}
.TagClassName
{
border-color: #0A33AB;
}
</style>