Shades of Dark Cerulean #0F5076
Tints of Dark Cerulean #0F5076
RGB
CMYK
RGB Variations
Color information
#0F5076 (or 0x0F5076) is known color: Dark Cerulean. HEX triplet: 0F, 50 and 76. RGB value is (15,80,118). Sum of RGB (Red+Green+Blue) = 15+80+118=213 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.04% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 118 (46.48% from 255 or 55.40% from 213); Max value from RGB is 118 - color contains mainly: blue. Hex color #0F5076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5076 is #F0AF89. Grayscale: #404040. Windows color (decimal): -15773578 or 7753743. OLE color: 7753743.
HSL color Cylindrical-coordinate representation of color #0F5076: hue angle of 202.14º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F5076 is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 15 | 80 | 118 | - |
| CMYK | 0.87 | 0.32 | 0 | 0.54 |
| HSL | 202.14º | 0.77% | 0.26% | - |
| HSV(B) | 202.14º | 0.87% | 0.46% | - |
| XYZ | 6.34 | 7.15 | 18.19 | - |
| YUV | 64.9 | 157.97 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 80 | 118 | 0.87 | 0.32 | 0 | 0.54 | 202.14 | 0.77 | 0.26 |
| Hex | F | 50 | 76 | 57 | 20 | 0 | 36 | CA | 4D | 1A |
| Octal | 17 | 120 | 166 | 127 | 40 | 0 | 66 | 312 | 115 | 32 |
| Binary | 1111 | 1010000 | 1110110 | 1010111 | 100000 | 0 | 110110 | 11001010 | 1001101 | 11010 |
Color Harmonies of #0F5076
Complementary color
Monochromatic Colors of #0F5076
Black with #0F5076
Text Example
Text Example
White with #0F5076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5076; }
p { color: rgb(15,80,118); }
H1.HeaderClassName
{
color: #0F5076;
}
.AnyTagClassName
{
color: #0F5076;
}
</style>
background-color css
<style>
a { background-color: #0F5076; }
a { background-color: rgb(15,80,118); }
div.DivClassName
{
background-color: #0F5076;
}
.BgClassName
{
background-color: #0F5076;
}
</style>
border-color css
<style>
span { border-color: #0F5076; }
span { border-color: rgb(15,80,118); }
td.TdClassName
{
border-color: #0F5076;
}
.TagClassName
{
border-color: #0F5076;
}
</style>