Shades of Egyptian Blue #0F3DB4
Tints of Egyptian Blue #0F3DB4
RGB
CMYK
RGB Variations
Color information
#0F3DB4 (or 0x0F3DB4) is known color: Egyptian Blue. HEX triplet: 0F, 3D and B4. RGB value is (15,61,180). Sum of RGB (Red+Green+Blue) = 15+61+180=256 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.86% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 180 (70.70% from 255 or 70.31% from 256); Max value from RGB is 180 - color contains mainly: blue. Hex color #0F3DB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F3DB4 is #F0C24B. Grayscale: #3C3C3C. Windows color (decimal): -15778380 or 11812111. OLE color: 11812111.
HSL color Cylindrical-coordinate representation of color #0F3DB4: hue angle of 223.27º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F3DB4 is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 61 | 180 | - |
| CMYK | 0.92 | 0.66 | 0 | 0.29 |
| HSL | 223.27º | 0.85% | 0.38% | - |
| HSV(B) | 223.27º | 0.92% | 0.71% | - |
| XYZ | 10.1 | 6.73 | 43.95 | - |
| YUV | 60.81 | 195.26 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 61 | 180 | 0.92 | 0.66 | 0 | 0.29 | 223.27 | 0.85 | 0.38 |
| Hex | F | 3D | B4 | 5C | 42 | 0 | 1D | DF | 55 | 26 |
| Octal | 17 | 75 | 264 | 134 | 102 | 0 | 35 | 337 | 125 | 46 |
| Binary | 1111 | 111101 | 10110100 | 1011100 | 1000010 | 0 | 11101 | 11011111 | 1010101 | 100110 |
Color Harmonies of #0F3DB4
Complementary color
Monochromatic Colors of #0F3DB4
Black with #0F3DB4
Text Example
Text Example
White with #0F3DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3DB4; }
p { color: rgb(15,61,180); }
H1.HeaderClassName
{
color: #0F3DB4;
}
.AnyTagClassName
{
color: #0F3DB4;
}
</style>
background-color css
<style>
a { background-color: #0F3DB4; }
a { background-color: rgb(15,61,180); }
div.DivClassName
{
background-color: #0F3DB4;
}
.BgClassName
{
background-color: #0F3DB4;
}
</style>
border-color css
<style>
span { border-color: #0F3DB4; }
span { border-color: rgb(15,61,180); }
td.TdClassName
{
border-color: #0F3DB4;
}
.TagClassName
{
border-color: #0F3DB4;
}
</style>