Shades of Egyptian Blue #0F1DAC
Tints of Egyptian Blue #0F1DAC
RGB
CMYK
RGB Variations
Color information
#0F1DAC (or 0x0F1DAC) is known color: Egyptian Blue. HEX triplet: 0F, 1D and AC. RGB value is (15,29,172). Sum of RGB (Red+Green+Blue) = 15+29+172=216 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.94% from 216); Green value is 29 (11.72% from 255 or 13.43% from 216); Blue value is 172 (67.58% from 255 or 79.63% from 216); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F1DAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F1DAC is #F0E253. Grayscale: #282828. Windows color (decimal): -15786580 or 11279631. OLE color: 11279631.
HSL color Cylindrical-coordinate representation of color #0F1DAC: hue angle of 234.65º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F1DAC is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 29 | 172 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.33 |
| HSL | 234.65º | 0.84% | 0.37% | - |
| HSV(B) | 234.65º | 0.91% | 0.67% | - |
| XYZ | 8.08 | 3.96 | 39.37 | - |
| YUV | 41.12 | 201.86 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 29 | 172 | 0.91 | 0.83 | 0 | 0.33 | 234.65 | 0.84 | 0.37 |
| Hex | F | 1D | AC | 5B | 53 | 0 | 21 | EB | 54 | 25 |
| Octal | 17 | 35 | 254 | 133 | 123 | 0 | 41 | 353 | 124 | 45 |
| Binary | 1111 | 11101 | 10101100 | 1011011 | 1010011 | 0 | 100001 | 11101011 | 1010100 | 100101 |
Color Harmonies of #0F1DAC
Complementary color
Monochromatic Colors of #0F1DAC
Black with #0F1DAC
Text Example
Text Example
White with #0F1DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1DAC; }
p { color: rgb(15,29,172); }
H1.HeaderClassName
{
color: #0F1DAC;
}
.AnyTagClassName
{
color: #0F1DAC;
}
</style>
background-color css
<style>
a { background-color: #0F1DAC; }
a { background-color: rgb(15,29,172); }
div.DivClassName
{
background-color: #0F1DAC;
}
.BgClassName
{
background-color: #0F1DAC;
}
</style>
border-color css
<style>
span { border-color: #0F1DAC; }
span { border-color: rgb(15,29,172); }
td.TdClassName
{
border-color: #0F1DAC;
}
.TagClassName
{
border-color: #0F1DAC;
}
</style>