Shades of Egyptian Blue #0F2A9B
Tints of Egyptian Blue #0F2A9B
RGB
CMYK
RGB Variations
Color information
#0F2A9B (or 0x0F2A9B) is known color: Egyptian Blue. HEX triplet: 0F, 2A and 9B. RGB value is (15,42,155). Sum of RGB (Red+Green+Blue) = 15+42+155=212 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.08% from 212); Green value is 42 (16.80% from 255 or 19.81% from 212); Blue value is 155 (60.94% from 255 or 73.11% from 212); Max value from RGB is 155 - color contains mainly: blue. Hex color #0F2A9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2A9B is #F0D564. Grayscale: #2E2E2E. Windows color (decimal): -15783269 or 10168847. OLE color: 10168847.
HSL color Cylindrical-coordinate representation of color #0F2A9B: hue angle of 228.43º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F2A9B is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 15 | 42 | 155 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.39 |
| HSL | 228.43º | 0.82% | 0.33% | - |
| HSV(B) | 228.43º | 0.9% | 0.61% | - |
| XYZ | 6.94 | 4.12 | 31.44 | - |
| YUV | 46.81 | 189.05 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 42 | 155 | 0.90 | 0.73 | 0 | 0.39 | 228.43 | 0.82 | 0.33 |
| Hex | F | 2A | 9B | 5A | 49 | 0 | 27 | E4 | 52 | 21 |
| Octal | 17 | 52 | 233 | 132 | 111 | 0 | 47 | 344 | 122 | 41 |
| Binary | 1111 | 101010 | 10011011 | 1011010 | 1001001 | 0 | 100111 | 11100100 | 1010010 | 100001 |
Color Harmonies of #0F2A9B
Complementary color
Monochromatic Colors of #0F2A9B
Black with #0F2A9B
Text Example
Text Example
White with #0F2A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2A9B; }
p { color: rgb(15,42,155); }
H1.HeaderClassName
{
color: #0F2A9B;
}
.AnyTagClassName
{
color: #0F2A9B;
}
</style>
background-color css
<style>
a { background-color: #0F2A9B; }
a { background-color: rgb(15,42,155); }
div.DivClassName
{
background-color: #0F2A9B;
}
.BgClassName
{
background-color: #0F2A9B;
}
</style>
border-color css
<style>
span { border-color: #0F2A9B; }
span { border-color: rgb(15,42,155); }
td.TdClassName
{
border-color: #0F2A9B;
}
.TagClassName
{
border-color: #0F2A9B;
}
</style>