Shades of Egyptian Blue #0F38A2
Tints of Egyptian Blue #0F38A2
RGB
CMYK
RGB Variations
Color information
#0F38A2 (or 0x0F38A2) is known color: Egyptian Blue. HEX triplet: 0F, 38 and A2. RGB value is (15,56,162). Sum of RGB (Red+Green+Blue) = 15+56+162=233 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.44% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 162 (63.67% from 255 or 69.53% from 233); Max value from RGB is 162 - color contains mainly: blue. Hex color #0F38A2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F38A2 is #F0C75D. Grayscale: #373737. Windows color (decimal): -15779678 or 10631183. OLE color: 10631183.
HSL color Cylindrical-coordinate representation of color #0F38A2: hue angle of 223.27º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F38A2 is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 15 | 56 | 162 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.36 |
| HSL | 223.27º | 0.83% | 0.35% | - |
| HSV(B) | 223.27º | 0.91% | 0.64% | - |
| XYZ | 8.13 | 5.54 | 34.82 | - |
| YUV | 55.83 | 187.92 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 56 | 162 | 0.91 | 0.65 | 0 | 0.36 | 223.27 | 0.83 | 0.35 |
| Hex | F | 38 | A2 | 5B | 41 | 0 | 24 | DF | 53 | 23 |
| Octal | 17 | 70 | 242 | 133 | 101 | 0 | 44 | 337 | 123 | 43 |
| Binary | 1111 | 111000 | 10100010 | 1011011 | 1000001 | 0 | 100100 | 11011111 | 1010011 | 100011 |
Color Harmonies of #0F38A2
Complementary color
Monochromatic Colors of #0F38A2
Black with #0F38A2
Text Example
Text Example
White with #0F38A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F38A2; }
p { color: rgb(15,56,162); }
H1.HeaderClassName
{
color: #0F38A2;
}
.AnyTagClassName
{
color: #0F38A2;
}
</style>
background-color css
<style>
a { background-color: #0F38A2; }
a { background-color: rgb(15,56,162); }
div.DivClassName
{
background-color: #0F38A2;
}
.BgClassName
{
background-color: #0F38A2;
}
</style>
border-color css
<style>
span { border-color: #0F38A2; }
span { border-color: rgb(15,56,162); }
td.TdClassName
{
border-color: #0F38A2;
}
.TagClassName
{
border-color: #0F38A2;
}
</style>