Shades of Egyptian Blue #0F20B1
Tints of Egyptian Blue #0F20B1
RGB
CMYK
RGB Variations
Color information
#0F20B1 (or 0x0F20B1) is known color: Egyptian Blue. HEX triplet: 0F, 20 and B1. RGB value is (15,32,177). Sum of RGB (Red+Green+Blue) = 15+32+177=224 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.70% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 177 (69.53% from 255 or 79.02% from 224); Max value from RGB is 177 - color contains mainly: blue. Hex color #0F20B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F20B1 is #F0DF4E. Grayscale: #2A2A2A. Windows color (decimal): -15785807 or 11608079. OLE color: 11608079.
HSL color Cylindrical-coordinate representation of color #0F20B1: hue angle of 233.7º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F20B1 is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 32 | 177 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.31 |
| HSL | 233.7º | 0.84% | 0.38% | - |
| HSV(B) | 233.7º | 0.92% | 0.69% | - |
| XYZ | 8.65 | 4.31 | 41.97 | - |
| YUV | 43.45 | 203.37 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 32 | 177 | 0.92 | 0.82 | 0 | 0.31 | 233.7 | 0.84 | 0.38 |
| Hex | F | 20 | B1 | 5C | 52 | 0 | 1F | EA | 54 | 26 |
| Octal | 17 | 40 | 261 | 134 | 122 | 0 | 37 | 352 | 124 | 46 |
| Binary | 1111 | 100000 | 10110001 | 1011100 | 1010010 | 0 | 11111 | 11101010 | 1010100 | 100110 |
Color Harmonies of #0F20B1
Complementary color
Monochromatic Colors of #0F20B1
Black with #0F20B1
Text Example
Text Example
White with #0F20B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F20B1; }
p { color: rgb(15,32,177); }
H1.HeaderClassName
{
color: #0F20B1;
}
.AnyTagClassName
{
color: #0F20B1;
}
</style>
background-color css
<style>
a { background-color: #0F20B1; }
a { background-color: rgb(15,32,177); }
div.DivClassName
{
background-color: #0F20B1;
}
.BgClassName
{
background-color: #0F20B1;
}
</style>
border-color css
<style>
span { border-color: #0F20B1; }
span { border-color: rgb(15,32,177); }
td.TdClassName
{
border-color: #0F20B1;
}
.TagClassName
{
border-color: #0F20B1;
}
</style>