Shades of Egyptian Blue #0C2BAF
Tints of Egyptian Blue #0C2BAF
RGB
CMYK
RGB Variations
Color information
#0C2BAF (or 0x0C2BAF) is known color: Egyptian Blue. HEX triplet: 0C, 2B and AF. RGB value is (12,43,175). Sum of RGB (Red+Green+Blue) = 12+43+175=230 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.22% from 230); Green value is 43 (17.19% from 255 or 18.70% from 230); Blue value is 175 (68.75% from 255 or 76.09% from 230); Max value from RGB is 175 - color contains mainly: blue. Hex color #0C2BAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C2BAF is #F3D450. Grayscale: #303030. Windows color (decimal): -15979601 or 11479820. OLE color: 11479820.
HSL color Cylindrical-coordinate representation of color #0C2BAF: hue angle of 228.59º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C2BAF is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 12 | 43 | 175 | - |
| CMYK | 0.93 | 0.75 | 0 | 0.31 |
| HSL | 228.59º | 0.87% | 0.37% | - |
| HSV(B) | 228.59º | 0.93% | 0.69% | - |
| XYZ | 8.75 | 4.9 | 41.04 | - |
| YUV | 48.78 | 199.23 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 43 | 175 | 0.93 | 0.75 | 0 | 0.31 | 228.59 | 0.87 | 0.37 |
| Hex | C | 2B | AF | 5D | 4B | 0 | 1F | E5 | 57 | 25 |
| Octal | 14 | 53 | 257 | 135 | 113 | 0 | 37 | 345 | 127 | 45 |
| Binary | 1100 | 101011 | 10101111 | 1011101 | 1001011 | 0 | 11111 | 11100101 | 1010111 | 100101 |
Color Harmonies of #0C2BAF
Complementary color
Monochromatic Colors of #0C2BAF
Black with #0C2BAF
Text Example
Text Example
White with #0C2BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2BAF; }
p { color: rgb(12,43,175); }
H1.HeaderClassName
{
color: #0C2BAF;
}
.AnyTagClassName
{
color: #0C2BAF;
}
</style>
background-color css
<style>
a { background-color: #0C2BAF; }
a { background-color: rgb(12,43,175); }
div.DivClassName
{
background-color: #0C2BAF;
}
.BgClassName
{
background-color: #0C2BAF;
}
</style>
border-color css
<style>
span { border-color: #0C2BAF; }
span { border-color: rgb(12,43,175); }
td.TdClassName
{
border-color: #0C2BAF;
}
.TagClassName
{
border-color: #0C2BAF;
}
</style>