Shades of Egyptian Blue #0F38AE
Tints of Egyptian Blue #0F38AE
RGB
CMYK
RGB Variations
Color information
#0F38AE (or 0x0F38AE) is known color: Egyptian Blue. HEX triplet: 0F, 38 and AE. RGB value is (15,56,174). Sum of RGB (Red+Green+Blue) = 15+56+174=245 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.12% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 174 (68.36% from 255 or 71.02% from 245); Max value from RGB is 174 - color contains mainly: blue. Hex color #0F38AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F38AE is #F0C751. Grayscale: #383838. Windows color (decimal): -15779666 or 11417615. OLE color: 11417615.
HSL color Cylindrical-coordinate representation of color #0F38AE: hue angle of 224.53º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F38AE is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 56 | 174 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.32 |
| HSL | 224.53º | 0.84% | 0.37% | - |
| HSV(B) | 224.53º | 0.91% | 0.68% | - |
| XYZ | 9.25 | 5.99 | 40.71 | - |
| YUV | 57.19 | 193.92 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 56 | 174 | 0.91 | 0.68 | 0 | 0.32 | 224.53 | 0.84 | 0.37 |
| Hex | F | 38 | AE | 5B | 44 | 0 | 20 | E1 | 54 | 25 |
| Octal | 17 | 70 | 256 | 133 | 104 | 0 | 40 | 341 | 124 | 45 |
| Binary | 1111 | 111000 | 10101110 | 1011011 | 1000100 | 0 | 100000 | 11100001 | 1010100 | 100101 |
Color Harmonies of #0F38AE
Complementary color
Monochromatic Colors of #0F38AE
Black with #0F38AE
Text Example
Text Example
White with #0F38AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F38AE; }
p { color: rgb(15,56,174); }
H1.HeaderClassName
{
color: #0F38AE;
}
.AnyTagClassName
{
color: #0F38AE;
}
</style>
background-color css
<style>
a { background-color: #0F38AE; }
a { background-color: rgb(15,56,174); }
div.DivClassName
{
background-color: #0F38AE;
}
.BgClassName
{
background-color: #0F38AE;
}
</style>
border-color css
<style>
span { border-color: #0F38AE; }
span { border-color: rgb(15,56,174); }
td.TdClassName
{
border-color: #0F38AE;
}
.TagClassName
{
border-color: #0F38AE;
}
</style>