Shades of Egyptian Blue #0C26AC
Tints of Egyptian Blue #0C26AC
RGB
CMYK
RGB Variations
Color information
#0C26AC (or 0x0C26AC) is known color: Egyptian Blue. HEX triplet: 0C, 26 and AC. RGB value is (12,38,172). Sum of RGB (Red+Green+Blue) = 12+38+172=222 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.41% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 172 (67.58% from 255 or 77.48% from 222); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C26AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C26AC is #F3D953. Grayscale: #2C2C2C. Windows color (decimal): -15980884 or 11281932. OLE color: 11281932.
HSL color Cylindrical-coordinate representation of color #0C26AC: hue angle of 230.25º 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 #0C26AC is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 38 | 172 | - |
| CMYK | 0.93 | 0.78 | 0 | 0.33 |
| HSL | 230.25º | 0.87% | 0.36% | - |
| HSV(B) | 230.25º | 0.93% | 0.67% | - |
| XYZ | 8.29 | 4.44 | 39.45 | - |
| YUV | 45.5 | 199.39 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 38 | 172 | 0.93 | 0.78 | 0 | 0.33 | 230.25 | 0.87 | 0.36 |
| Hex | C | 26 | AC | 5D | 4E | 0 | 21 | E6 | 57 | 24 |
| Octal | 14 | 46 | 254 | 135 | 116 | 0 | 41 | 346 | 127 | 44 |
| Binary | 1100 | 100110 | 10101100 | 1011101 | 1001110 | 0 | 100001 | 11100110 | 1010111 | 100100 |
Color Harmonies of #0C26AC
Complementary color
Monochromatic Colors of #0C26AC
Black with #0C26AC
Text Example
Text Example
White with #0C26AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C26AC; }
p { color: rgb(12,38,172); }
H1.HeaderClassName
{
color: #0C26AC;
}
.AnyTagClassName
{
color: #0C26AC;
}
</style>
background-color css
<style>
a { background-color: #0C26AC; }
a { background-color: rgb(12,38,172); }
div.DivClassName
{
background-color: #0C26AC;
}
.BgClassName
{
background-color: #0C26AC;
}
</style>
border-color css
<style>
span { border-color: #0C26AC; }
span { border-color: rgb(12,38,172); }
td.TdClassName
{
border-color: #0C26AC;
}
.TagClassName
{
border-color: #0C26AC;
}
</style>