Shades of Egyptian Blue #0C21AC
Tints of Egyptian Blue #0C21AC
RGB
CMYK
RGB Variations
Color information
#0C21AC (or 0x0C21AC) is known color: Egyptian Blue. HEX triplet: 0C, 21 and AC. RGB value is (12,33,172). Sum of RGB (Red+Green+Blue) = 12+33+172=217 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.53% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 172 (67.58% from 255 or 79.26% from 217); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C21AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C21AC is #F3DE53. Grayscale: #292929. Windows color (decimal): -15982164 or 11280652. OLE color: 11280652.
HSL color Cylindrical-coordinate representation of color #0C21AC: hue angle of 232.12º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C21AC is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 33 | 172 | - |
| CMYK | 0.93 | 0.81 | 0 | 0.33 |
| HSL | 232.13º | 0.87% | 0.36% | - |
| HSV(B) | 232.13º | 0.93% | 0.67% | - |
| XYZ | 8.14 | 4.14 | 39.4 | - |
| YUV | 42.57 | 201.04 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 33 | 172 | 0.93 | 0.81 | 0 | 0.33 | 232.13 | 0.87 | 0.36 |
| Hex | C | 21 | AC | 5D | 51 | 0 | 21 | E8 | 57 | 24 |
| Octal | 14 | 41 | 254 | 135 | 121 | 0 | 41 | 350 | 127 | 44 |
| Binary | 1100 | 100001 | 10101100 | 1011101 | 1010001 | 0 | 100001 | 11101000 | 1010111 | 100100 |
Color Harmonies of #0C21AC
Complementary color
Monochromatic Colors of #0C21AC
Black with #0C21AC
Text Example
Text Example
White with #0C21AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C21AC; }
p { color: rgb(12,33,172); }
H1.HeaderClassName
{
color: #0C21AC;
}
.AnyTagClassName
{
color: #0C21AC;
}
</style>
background-color css
<style>
a { background-color: #0C21AC; }
a { background-color: rgb(12,33,172); }
div.DivClassName
{
background-color: #0C21AC;
}
.BgClassName
{
background-color: #0C21AC;
}
</style>
border-color css
<style>
span { border-color: #0C21AC; }
span { border-color: rgb(12,33,172); }
td.TdClassName
{
border-color: #0C21AC;
}
.TagClassName
{
border-color: #0C21AC;
}
</style>