Shades of Egyptian Blue #0F34A7
Tints of Egyptian Blue #0F34A7
RGB
CMYK
RGB Variations
Color information
#0F34A7 (or 0x0F34A7) is known color: Egyptian Blue. HEX triplet: 0F, 34 and A7. RGB value is (15,52,167). Sum of RGB (Red+Green+Blue) = 15+52+167=234 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.41% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 167 (65.62% from 255 or 71.37% from 234); Max value from RGB is 167 - color contains mainly: blue. Hex color #0F34A7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F34A7 is #F0CB58. Grayscale: #353535. Windows color (decimal): -15780697 or 10957839. OLE color: 10957839.
HSL color Cylindrical-coordinate representation of color #0F34A7: hue angle of 225.39º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F34A7 is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 15 | 52 | 167 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.35 |
| HSL | 225.39º | 0.84% | 0.36% | - |
| HSV(B) | 225.39º | 0.91% | 0.65% | - |
| XYZ | 8.4 | 5.35 | 37.15 | - |
| YUV | 54.05 | 191.74 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 52 | 167 | 0.91 | 0.69 | 0 | 0.35 | 225.39 | 0.84 | 0.36 |
| Hex | F | 34 | A7 | 5B | 45 | 0 | 23 | E1 | 54 | 24 |
| Octal | 17 | 64 | 247 | 133 | 105 | 0 | 43 | 341 | 124 | 44 |
| Binary | 1111 | 110100 | 10100111 | 1011011 | 1000101 | 0 | 100011 | 11100001 | 1010100 | 100100 |
Color Harmonies of #0F34A7
Complementary color
Monochromatic Colors of #0F34A7
Black with #0F34A7
Text Example
Text Example
White with #0F34A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F34A7; }
p { color: rgb(15,52,167); }
H1.HeaderClassName
{
color: #0F34A7;
}
.AnyTagClassName
{
color: #0F34A7;
}
</style>
background-color css
<style>
a { background-color: #0F34A7; }
a { background-color: rgb(15,52,167); }
div.DivClassName
{
background-color: #0F34A7;
}
.BgClassName
{
background-color: #0F34A7;
}
</style>
border-color css
<style>
span { border-color: #0F34A7; }
span { border-color: rgb(15,52,167); }
td.TdClassName
{
border-color: #0F34A7;
}
.TagClassName
{
border-color: #0F34A7;
}
</style>