Shades of Egyptian Blue #0C1BA4
Tints of Egyptian Blue #0C1BA4
RGB
CMYK
RGB Variations
Color information
#0C1BA4 (or 0x0C1BA4) is known color: Egyptian Blue. HEX triplet: 0C, 1B and A4. RGB value is (12,27,164). Sum of RGB (Red+Green+Blue) = 12+27+164=203 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.91% from 203); Green value is 27 (10.94% from 255 or 13.30% from 203); Blue value is 164 (64.45% from 255 or 80.79% from 203); Max value from RGB is 164 - color contains mainly: blue. Hex color #0C1BA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C1BA4 is #F3E45B. Grayscale: #252525. Windows color (decimal): -15983708 or 10754828. OLE color: 10754828.
HSL color Cylindrical-coordinate representation of color #0C1BA4: hue angle of 234.08º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C1BA4 is Cyan = 0.93, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 12 | 27 | 164 | - |
| CMYK | 0.93 | 0.84 | 0 | 0.36 |
| HSL | 234.08º | 0.86% | 0.35% | - |
| HSV(B) | 234.08º | 0.93% | 0.64% | - |
| XYZ | 7.24 | 3.54 | 35.42 | - |
| YUV | 38.13 | 199.03 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 27 | 164 | 0.93 | 0.84 | 0 | 0.36 | 234.08 | 0.86 | 0.35 |
| Hex | C | 1B | A4 | 5D | 54 | 0 | 24 | EA | 56 | 23 |
| Octal | 14 | 33 | 244 | 135 | 124 | 0 | 44 | 352 | 126 | 43 |
| Binary | 1100 | 11011 | 10100100 | 1011101 | 1010100 | 0 | 100100 | 11101010 | 1010110 | 100011 |
Color Harmonies of #0C1BA4
Complementary color
Monochromatic Colors of #0C1BA4
Black with #0C1BA4
Text Example
Text Example
White with #0C1BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1BA4; }
p { color: rgb(12,27,164); }
H1.HeaderClassName
{
color: #0C1BA4;
}
.AnyTagClassName
{
color: #0C1BA4;
}
</style>
background-color css
<style>
a { background-color: #0C1BA4; }
a { background-color: rgb(12,27,164); }
div.DivClassName
{
background-color: #0C1BA4;
}
.BgClassName
{
background-color: #0C1BA4;
}
</style>
border-color css
<style>
span { border-color: #0C1BA4; }
span { border-color: rgb(12,27,164); }
td.TdClassName
{
border-color: #0C1BA4;
}
.TagClassName
{
border-color: #0C1BA4;
}
</style>