Shades of Egyptian Blue #0C1DAC
Tints of Egyptian Blue #0C1DAC
RGB
CMYK
RGB Variations
Color information
#0C1DAC (or 0x0C1DAC) is known color: Egyptian Blue. HEX triplet: 0C, 1D and AC. RGB value is (12,29,172). Sum of RGB (Red+Green+Blue) = 12+29+172=213 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.63% from 213); Green value is 29 (11.72% from 255 or 13.62% from 213); Blue value is 172 (67.58% from 255 or 80.75% from 213); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C1DAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C1DAC is #F3E253. Grayscale: #272727. Windows color (decimal): -15983188 or 11279628. OLE color: 11279628.
HSL color Cylindrical-coordinate representation of color #0C1DAC: hue angle of 233.62º 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 #0C1DAC is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 29 | 172 | - |
| CMYK | 0.93 | 0.83 | 0 | 0.33 |
| HSL | 233.63º | 0.87% | 0.36% | - |
| HSV(B) | 233.63º | 0.93% | 0.67% | - |
| XYZ | 8.04 | 3.94 | 39.37 | - |
| YUV | 40.22 | 202.37 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 29 | 172 | 0.93 | 0.83 | 0 | 0.33 | 233.63 | 0.87 | 0.36 |
| Hex | C | 1D | AC | 5D | 53 | 0 | 21 | EA | 57 | 24 |
| Octal | 14 | 35 | 254 | 135 | 123 | 0 | 41 | 352 | 127 | 44 |
| Binary | 1100 | 11101 | 10101100 | 1011101 | 1010011 | 0 | 100001 | 11101010 | 1010111 | 100100 |
Color Harmonies of #0C1DAC
Complementary color
Monochromatic Colors of #0C1DAC
Black with #0C1DAC
Text Example
Text Example
White with #0C1DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1DAC; }
p { color: rgb(12,29,172); }
H1.HeaderClassName
{
color: #0C1DAC;
}
.AnyTagClassName
{
color: #0C1DAC;
}
</style>
background-color css
<style>
a { background-color: #0C1DAC; }
a { background-color: rgb(12,29,172); }
div.DivClassName
{
background-color: #0C1DAC;
}
.BgClassName
{
background-color: #0C1DAC;
}
</style>
border-color css
<style>
span { border-color: #0C1DAC; }
span { border-color: rgb(12,29,172); }
td.TdClassName
{
border-color: #0C1DAC;
}
.TagClassName
{
border-color: #0C1DAC;
}
</style>