Shades of Egyptian Blue #0F35AA
Tints of Egyptian Blue #0F35AA
RGB
CMYK
RGB Variations
Color information
#0F35AA (or 0x0F35AA) is known color: Egyptian Blue. HEX triplet: 0F, 35 and AA. RGB value is (15,53,170). Sum of RGB (Red+Green+Blue) = 15+53+170=238 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.30% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 170 (66.80% from 255 or 71.43% from 238); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F35AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F35AA is #F0CA55. Grayscale: #363636. Windows color (decimal): -15780438 or 11154703. OLE color: 11154703.
HSL color Cylindrical-coordinate representation of color #0F35AA: hue angle of 225.29º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F35AA is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 53 | 170 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.33 |
| HSL | 225.29º | 0.84% | 0.36% | - |
| HSV(B) | 225.29º | 0.91% | 0.67% | - |
| XYZ | 8.73 | 5.55 | 38.64 | - |
| YUV | 54.98 | 192.91 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 53 | 170 | 0.91 | 0.69 | 0 | 0.33 | 225.29 | 0.84 | 0.36 |
| Hex | F | 35 | AA | 5B | 45 | 0 | 21 | E1 | 54 | 24 |
| Octal | 17 | 65 | 252 | 133 | 105 | 0 | 41 | 341 | 124 | 44 |
| Binary | 1111 | 110101 | 10101010 | 1011011 | 1000101 | 0 | 100001 | 11100001 | 1010100 | 100100 |
Color Harmonies of #0F35AA
Complementary color
Monochromatic Colors of #0F35AA
Black with #0F35AA
Text Example
Text Example
White with #0F35AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F35AA; }
p { color: rgb(15,53,170); }
H1.HeaderClassName
{
color: #0F35AA;
}
.AnyTagClassName
{
color: #0F35AA;
}
</style>
background-color css
<style>
a { background-color: #0F35AA; }
a { background-color: rgb(15,53,170); }
div.DivClassName
{
background-color: #0F35AA;
}
.BgClassName
{
background-color: #0F35AA;
}
</style>
border-color css
<style>
span { border-color: #0F35AA; }
span { border-color: rgb(15,53,170); }
td.TdClassName
{
border-color: #0F35AA;
}
.TagClassName
{
border-color: #0F35AA;
}
</style>