Shades of Mosque #0F545A
Tints of Mosque #0F545A
RGB
CMYK
RGB Variations
Color information
#0F545A (or 0x0F545A) is known color: Mosque. HEX triplet: 0F, 54 and 5A. RGB value is (15,84,90). Sum of RGB (Red+Green+Blue) = 15+84+90=189 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.94% from 189); Green value is 84 (33.20% from 255 or 44.44% from 189); Blue value is 90 (35.55% from 255 or 47.62% from 189); Max value from RGB is 90 - color contains mainly: blue. Hex color #0F545A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F545A is #F0ABA5. Grayscale: #3F3F3F. Windows color (decimal): -15772582 or 5919759. OLE color: 5919759.
HSL color Cylindrical-coordinate representation of color #0F545A: hue angle of 184.8º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F545A is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 15 | 84 | 90 | - |
| CMYK | 0.83 | 0.07 | 0 | 0.65 |
| HSL | 184.8º | 0.71% | 0.21% | - |
| HSV(B) | 184.8º | 0.83% | 0.35% | - |
| XYZ | 5.21 | 7.18 | 10.78 | - |
| YUV | 64.05 | 142.64 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 84 | 90 | 0.83 | 0.07 | 0 | 0.65 | 184.8 | 0.71 | 0.21 |
| Hex | F | 54 | 5A | 53 | 7 | 0 | 41 | B9 | 47 | 15 |
| Octal | 17 | 124 | 132 | 123 | 7 | 0 | 101 | 271 | 107 | 25 |
| Binary | 1111 | 1010100 | 1011010 | 1010011 | 111 | 0 | 1000001 | 10111001 | 1000111 | 10101 |
Color Harmonies of #0F545A
Complementary color
Monochromatic Colors of #0F545A
Black with #0F545A
Text Example
Text Example
White with #0F545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F545A; }
p { color: rgb(15,84,90); }
H1.HeaderClassName
{
color: #0F545A;
}
.AnyTagClassName
{
color: #0F545A;
}
</style>
background-color css
<style>
a { background-color: #0F545A; }
a { background-color: rgb(15,84,90); }
div.DivClassName
{
background-color: #0F545A;
}
.BgClassName
{
background-color: #0F545A;
}
</style>
border-color css
<style>
span { border-color: #0F545A; }
span { border-color: rgb(15,84,90); }
td.TdClassName
{
border-color: #0F545A;
}
.TagClassName
{
border-color: #0F545A;
}
</style>