Shades of Egyptian Blue #0C1FAC
Tints of Egyptian Blue #0C1FAC
RGB
CMYK
RGB Variations
Color information
#0C1FAC (or 0x0C1FAC) is known color: Egyptian Blue. HEX triplet: 0C, 1F and AC. RGB value is (12,31,172). Sum of RGB (Red+Green+Blue) = 12+31+172=215 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.58% from 215); Green value is 31 (12.5% from 255 or 14.42% from 215); Blue value is 172 (67.58% from 255 or 80% from 215); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C1FAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C1FAC is #F3E053. Grayscale: #282828. Windows color (decimal): -15982676 or 11280140. OLE color: 11280140.
HSL color Cylindrical-coordinate representation of color #0C1FAC: hue angle of 232.88º 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 #0C1FAC is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 31 | 172 | - |
| CMYK | 0.93 | 0.82 | 0 | 0.33 |
| HSL | 232.88º | 0.87% | 0.36% | - |
| HSV(B) | 232.88º | 0.93% | 0.67% | - |
| XYZ | 8.09 | 4.04 | 39.38 | - |
| YUV | 41.39 | 201.71 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 31 | 172 | 0.93 | 0.82 | 0 | 0.33 | 232.88 | 0.87 | 0.36 |
| Hex | C | 1F | AC | 5D | 52 | 0 | 21 | E9 | 57 | 24 |
| Octal | 14 | 37 | 254 | 135 | 122 | 0 | 41 | 351 | 127 | 44 |
| Binary | 1100 | 11111 | 10101100 | 1011101 | 1010010 | 0 | 100001 | 11101001 | 1010111 | 100100 |
Color Harmonies of #0C1FAC
Complementary color
Monochromatic Colors of #0C1FAC
Black with #0C1FAC
Text Example
Text Example
White with #0C1FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1FAC; }
p { color: rgb(12,31,172); }
H1.HeaderClassName
{
color: #0C1FAC;
}
.AnyTagClassName
{
color: #0C1FAC;
}
</style>
background-color css
<style>
a { background-color: #0C1FAC; }
a { background-color: rgb(12,31,172); }
div.DivClassName
{
background-color: #0C1FAC;
}
.BgClassName
{
background-color: #0C1FAC;
}
</style>
border-color css
<style>
span { border-color: #0C1FAC; }
span { border-color: rgb(12,31,172); }
td.TdClassName
{
border-color: #0C1FAC;
}
.TagClassName
{
border-color: #0C1FAC;
}
</style>