Shades of Egyptian Blue #0F34A1
Tints of Egyptian Blue #0F34A1
RGB
CMYK
RGB Variations
Color information
#0F34A1 (or 0x0F34A1) is known color: Egyptian Blue. HEX triplet: 0F, 34 and A1. RGB value is (15,52,161). Sum of RGB (Red+Green+Blue) = 15+52+161=228 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.58% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 161 (63.28% from 255 or 70.61% from 228); Max value from RGB is 161 - color contains mainly: blue. Hex color #0F34A1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F34A1 is #F0CB5E. Grayscale: #343434. Windows color (decimal): -15780703 or 10564623. OLE color: 10564623.
HSL color Cylindrical-coordinate representation of color #0F34A1: hue angle of 224.79º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F34A1 is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 15 | 52 | 161 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.37 |
| HSL | 224.79º | 0.83% | 0.35% | - |
| HSV(B) | 224.79º | 0.91% | 0.63% | - |
| XYZ | 7.86 | 5.13 | 34.29 | - |
| YUV | 53.36 | 188.74 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 52 | 161 | 0.91 | 0.68 | 0 | 0.37 | 224.79 | 0.83 | 0.35 |
| Hex | F | 34 | A1 | 5B | 44 | 0 | 25 | E1 | 53 | 23 |
| Octal | 17 | 64 | 241 | 133 | 104 | 0 | 45 | 341 | 123 | 43 |
| Binary | 1111 | 110100 | 10100001 | 1011011 | 1000100 | 0 | 100101 | 11100001 | 1010011 | 100011 |
Color Harmonies of #0F34A1
Complementary color
Monochromatic Colors of #0F34A1
Black with #0F34A1
Text Example
Text Example
White with #0F34A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F34A1; }
p { color: rgb(15,52,161); }
H1.HeaderClassName
{
color: #0F34A1;
}
.AnyTagClassName
{
color: #0F34A1;
}
</style>
background-color css
<style>
a { background-color: #0F34A1; }
a { background-color: rgb(15,52,161); }
div.DivClassName
{
background-color: #0F34A1;
}
.BgClassName
{
background-color: #0F34A1;
}
</style>
border-color css
<style>
span { border-color: #0F34A1; }
span { border-color: rgb(15,52,161); }
td.TdClassName
{
border-color: #0F34A1;
}
.TagClassName
{
border-color: #0F34A1;
}
</style>