Shades of Egyptian Blue #0F23AB
Tints of Egyptian Blue #0F23AB
RGB
CMYK
RGB Variations
Color information
#0F23AB (or 0x0F23AB) is known color: Egyptian Blue. HEX triplet: 0F, 23 and AB. RGB value is (15,35,171). Sum of RGB (Red+Green+Blue) = 15+35+171=221 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.79% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 171 (67.19% from 255 or 77.38% from 221); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F23AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F23AB is #F0DC54. Grayscale: #2B2B2B. Windows color (decimal): -15785045 or 11215631. OLE color: 11215631.
HSL color Cylindrical-coordinate representation of color #0F23AB: hue angle of 232.31º 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 #0F23AB is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 35 | 171 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.33 |
| HSL | 232.31º | 0.84% | 0.36% | - |
| HSV(B) | 232.31º | 0.91% | 0.67% | - |
| XYZ | 8.15 | 4.24 | 38.92 | - |
| YUV | 44.52 | 199.37 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 35 | 171 | 0.91 | 0.80 | 0 | 0.33 | 232.31 | 0.84 | 0.36 |
| Hex | F | 23 | AB | 5B | 50 | 0 | 21 | E8 | 54 | 24 |
| Octal | 17 | 43 | 253 | 133 | 120 | 0 | 41 | 350 | 124 | 44 |
| Binary | 1111 | 100011 | 10101011 | 1011011 | 1010000 | 0 | 100001 | 11101000 | 1010100 | 100100 |
Color Harmonies of #0F23AB
Complementary color
Monochromatic Colors of #0F23AB
Black with #0F23AB
Text Example
Text Example
White with #0F23AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F23AB; }
p { color: rgb(15,35,171); }
H1.HeaderClassName
{
color: #0F23AB;
}
.AnyTagClassName
{
color: #0F23AB;
}
</style>
background-color css
<style>
a { background-color: #0F23AB; }
a { background-color: rgb(15,35,171); }
div.DivClassName
{
background-color: #0F23AB;
}
.BgClassName
{
background-color: #0F23AB;
}
</style>
border-color css
<style>
span { border-color: #0F23AB; }
span { border-color: rgb(15,35,171); }
td.TdClassName
{
border-color: #0F23AB;
}
.TagClassName
{
border-color: #0F23AB;
}
</style>