Shades of Egyptian Blue #0F399C
Tints of Egyptian Blue #0F399C
RGB
CMYK
RGB Variations
Color information
#0F399C (or 0x0F399C) is known color: Egyptian Blue. HEX triplet: 0F, 39 and 9C. RGB value is (15,57,156). Sum of RGB (Red+Green+Blue) = 15+57+156=228 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.58% from 228); Green value is 57 (22.66% from 255 or 25% from 228); Blue value is 156 (61.33% from 255 or 68.42% from 228); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F399C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F399C is #F0C663. Grayscale: #373737. Windows color (decimal): -15779428 or 10238223. OLE color: 10238223.
HSL color Cylindrical-coordinate representation of color #0F399C: hue angle of 222.13º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F399C is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 15 | 57 | 156 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.39 |
| HSL | 222.13º | 0.82% | 0.34% | - |
| HSV(B) | 222.13º | 0.9% | 0.61% | - |
| XYZ | 7.66 | 5.43 | 32.1 | - |
| YUV | 55.73 | 184.59 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 57 | 156 | 0.90 | 0.63 | 0 | 0.39 | 222.13 | 0.82 | 0.34 |
| Hex | F | 39 | 9C | 5A | 3F | 0 | 27 | DE | 52 | 22 |
| Octal | 17 | 71 | 234 | 132 | 77 | 0 | 47 | 336 | 122 | 42 |
| Binary | 1111 | 111001 | 10011100 | 1011010 | 111111 | 0 | 100111 | 11011110 | 1010010 | 100010 |
Color Harmonies of #0F399C
Complementary color
Monochromatic Colors of #0F399C
Black with #0F399C
Text Example
Text Example
White with #0F399C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F399C; }
p { color: rgb(15,57,156); }
H1.HeaderClassName
{
color: #0F399C;
}
.AnyTagClassName
{
color: #0F399C;
}
</style>
background-color css
<style>
a { background-color: #0F399C; }
a { background-color: rgb(15,57,156); }
div.DivClassName
{
background-color: #0F399C;
}
.BgClassName
{
background-color: #0F399C;
}
</style>
border-color css
<style>
span { border-color: #0F399C; }
span { border-color: rgb(15,57,156); }
td.TdClassName
{
border-color: #0F399C;
}
.TagClassName
{
border-color: #0F399C;
}
</style>