Shades of Egyptian Blue #0F38AB
Tints of Egyptian Blue #0F38AB
RGB
CMYK
RGB Variations
Color information
#0F38AB (or 0x0F38AB) is known color: Egyptian Blue. HEX triplet: 0F, 38 and AB. RGB value is (15,56,171). Sum of RGB (Red+Green+Blue) = 15+56+171=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 171 (67.19% from 255 or 70.66% from 242); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F38AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F38AB is #F0C754. Grayscale: #383838. Windows color (decimal): -15779669 or 11221007. OLE color: 11221007.
HSL color Cylindrical-coordinate representation of color #0F38AB: hue angle of 224.23º 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 #0F38AB is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 56 | 171 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.33 |
| HSL | 224.23º | 0.84% | 0.36% | - |
| HSV(B) | 224.23º | 0.91% | 0.67% | - |
| XYZ | 8.96 | 5.87 | 39.19 | - |
| YUV | 56.85 | 192.42 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 56 | 171 | 0.91 | 0.67 | 0 | 0.33 | 224.23 | 0.84 | 0.36 |
| Hex | F | 38 | AB | 5B | 43 | 0 | 21 | E0 | 54 | 24 |
| Octal | 17 | 70 | 253 | 133 | 103 | 0 | 41 | 340 | 124 | 44 |
| Binary | 1111 | 111000 | 10101011 | 1011011 | 1000011 | 0 | 100001 | 11100000 | 1010100 | 100100 |
Color Harmonies of #0F38AB
Complementary color
Monochromatic Colors of #0F38AB
Black with #0F38AB
Text Example
Text Example
White with #0F38AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F38AB; }
p { color: rgb(15,56,171); }
H1.HeaderClassName
{
color: #0F38AB;
}
.AnyTagClassName
{
color: #0F38AB;
}
</style>
background-color css
<style>
a { background-color: #0F38AB; }
a { background-color: rgb(15,56,171); }
div.DivClassName
{
background-color: #0F38AB;
}
.BgClassName
{
background-color: #0F38AB;
}
</style>
border-color css
<style>
span { border-color: #0F38AB; }
span { border-color: rgb(15,56,171); }
td.TdClassName
{
border-color: #0F38AB;
}
.TagClassName
{
border-color: #0F38AB;
}
</style>