Shades of Egyptian Blue #0F279A
Tints of Egyptian Blue #0F279A
RGB
CMYK
RGB Variations
Color information
#0F279A (or 0x0F279A) is known color: Egyptian Blue. HEX triplet: 0F, 27 and 9A. RGB value is (15,39,154). Sum of RGB (Red+Green+Blue) = 15+39+154=208 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.21% from 208); Green value is 39 (15.62% from 255 or 18.75% from 208); Blue value is 154 (60.55% from 255 or 74.04% from 208); Max value from RGB is 154 - color contains mainly: blue. Hex color #0F279A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F279A is #F0D865. Grayscale: #2C2C2C. Windows color (decimal): -15784038 or 10102543. OLE color: 10102543.
HSL color Cylindrical-coordinate representation of color #0F279A: hue angle of 229.64º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F279A is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 15 | 39 | 154 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.40 |
| HSL | 229.64º | 0.82% | 0.33% | - |
| HSV(B) | 229.64º | 0.9% | 0.6% | - |
| XYZ | 6.76 | 3.89 | 30.97 | - |
| YUV | 44.93 | 189.55 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 39 | 154 | 0.90 | 0.75 | 0 | 0.40 | 229.64 | 0.82 | 0.33 |
| Hex | F | 27 | 9A | 5A | 4B | 0 | 28 | E6 | 52 | 21 |
| Octal | 17 | 47 | 232 | 132 | 113 | 0 | 50 | 346 | 122 | 41 |
| Binary | 1111 | 100111 | 10011010 | 1011010 | 1001011 | 0 | 101000 | 11100110 | 1010010 | 100001 |
Color Harmonies of #0F279A
Complementary color
Monochromatic Colors of #0F279A
Black with #0F279A
Text Example
Text Example
White with #0F279A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F279A; }
p { color: rgb(15,39,154); }
H1.HeaderClassName
{
color: #0F279A;
}
.AnyTagClassName
{
color: #0F279A;
}
</style>
background-color css
<style>
a { background-color: #0F279A; }
a { background-color: rgb(15,39,154); }
div.DivClassName
{
background-color: #0F279A;
}
.BgClassName
{
background-color: #0F279A;
}
</style>
border-color css
<style>
span { border-color: #0F279A; }
span { border-color: rgb(15,39,154); }
td.TdClassName
{
border-color: #0F279A;
}
.TagClassName
{
border-color: #0F279A;
}
</style>