Shades of Egyptian Blue #0F23AC
Tints of Egyptian Blue #0F23AC
RGB
CMYK
RGB Variations
Color information
#0F23AC (or 0x0F23AC) is known color: Egyptian Blue. HEX triplet: 0F, 23 and AC. RGB value is (15,35,172). Sum of RGB (Red+Green+Blue) = 15+35+172=222 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.76% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 172 (67.58% from 255 or 77.48% from 222); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F23AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F23AC is #F0DC53. Grayscale: #2C2C2C. Windows color (decimal): -15785044 or 11281167. OLE color: 11281167.
HSL color Cylindrical-coordinate representation of color #0F23AC: hue angle of 232.36º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F23AC is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 35 | 172 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.33 |
| HSL | 232.36º | 0.84% | 0.37% | - |
| HSV(B) | 232.36º | 0.91% | 0.67% | - |
| XYZ | 8.24 | 4.28 | 39.42 | - |
| YUV | 44.64 | 199.87 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 35 | 172 | 0.91 | 0.80 | 0 | 0.33 | 232.36 | 0.84 | 0.37 |
| Hex | F | 23 | AC | 5B | 50 | 0 | 21 | E8 | 54 | 25 |
| Octal | 17 | 43 | 254 | 133 | 120 | 0 | 41 | 350 | 124 | 45 |
| Binary | 1111 | 100011 | 10101100 | 1011011 | 1010000 | 0 | 100001 | 11101000 | 1010100 | 100101 |
Color Harmonies of #0F23AC
Complementary color
Monochromatic Colors of #0F23AC
Black with #0F23AC
Text Example
Text Example
White with #0F23AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F23AC; }
p { color: rgb(15,35,172); }
H1.HeaderClassName
{
color: #0F23AC;
}
.AnyTagClassName
{
color: #0F23AC;
}
</style>
background-color css
<style>
a { background-color: #0F23AC; }
a { background-color: rgb(15,35,172); }
div.DivClassName
{
background-color: #0F23AC;
}
.BgClassName
{
background-color: #0F23AC;
}
</style>
border-color css
<style>
span { border-color: #0F23AC; }
span { border-color: rgb(15,35,172); }
td.TdClassName
{
border-color: #0F23AC;
}
.TagClassName
{
border-color: #0F23AC;
}
</style>