Shades of Egyptian Blue #0F3A9C
Tints of Egyptian Blue #0F3A9C
RGB
CMYK
RGB Variations
Color information
#0F3A9C (or 0x0F3A9C) is known color: Egyptian Blue. HEX triplet: 0F, 3A and 9C. RGB value is (15,58,156). Sum of RGB (Red+Green+Blue) = 15+58+156=229 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.55% from 229); Green value is 58 (23.05% from 255 or 25.33% from 229); Blue value is 156 (61.33% from 255 or 68.12% from 229); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F3A9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3A9C is #F0C563. Grayscale: #373737. Windows color (decimal): -15779172 or 10238479. OLE color: 10238479.
HSL color Cylindrical-coordinate representation of color #0F3A9C: hue angle of 221.7º 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 #0F3A9C is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 15 | 58 | 156 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.39 |
| HSL | 221.7º | 0.82% | 0.34% | - |
| HSV(B) | 221.7º | 0.9% | 0.61% | - |
| XYZ | 7.71 | 5.53 | 32.11 | - |
| YUV | 56.32 | 184.25 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 58 | 156 | 0.90 | 0.63 | 0 | 0.39 | 221.7 | 0.82 | 0.34 |
| Hex | F | 3A | 9C | 5A | 3F | 0 | 27 | DE | 52 | 22 |
| Octal | 17 | 72 | 234 | 132 | 77 | 0 | 47 | 336 | 122 | 42 |
| Binary | 1111 | 111010 | 10011100 | 1011010 | 111111 | 0 | 100111 | 11011110 | 1010010 | 100010 |
Color Harmonies of #0F3A9C
Complementary color
Monochromatic Colors of #0F3A9C
Black with #0F3A9C
Text Example
Text Example
White with #0F3A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3A9C; }
p { color: rgb(15,58,156); }
H1.HeaderClassName
{
color: #0F3A9C;
}
.AnyTagClassName
{
color: #0F3A9C;
}
</style>
background-color css
<style>
a { background-color: #0F3A9C; }
a { background-color: rgb(15,58,156); }
div.DivClassName
{
background-color: #0F3A9C;
}
.BgClassName
{
background-color: #0F3A9C;
}
</style>
border-color css
<style>
span { border-color: #0F3A9C; }
span { border-color: rgb(15,58,156); }
td.TdClassName
{
border-color: #0F3A9C;
}
.TagClassName
{
border-color: #0F3A9C;
}
</style>