Shades of Dark Cerulean #0F547D
Tints of Dark Cerulean #0F547D
RGB
CMYK
RGB Variations
Color information
#0F547D (or 0x0F547D) is known color: Dark Cerulean. HEX triplet: 0F, 54 and 7D. RGB value is (15,84,125). Sum of RGB (Red+Green+Blue) = 15+84+125=224 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.70% from 224); Green value is 84 (33.20% from 255 or 37.5% from 224); Blue value is 125 (49.22% from 255 or 55.80% from 224); Max value from RGB is 125 - color contains mainly: blue. Hex color #0F547D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F547D is #F0AB82. Grayscale: #434343. Windows color (decimal): -15772547 or 8213519. OLE color: 8213519.
HSL color Cylindrical-coordinate representation of color #0F547D: hue angle of 202.36º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F547D is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 15 | 84 | 125 | - |
| CMYK | 0.88 | 0.33 | 0 | 0.51 |
| HSL | 202.36º | 0.79% | 0.27% | - |
| HSV(B) | 202.36º | 0.88% | 0.49% | - |
| XYZ | 7.07 | 7.92 | 20.56 | - |
| YUV | 68.04 | 160.14 | 90.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 84 | 125 | 0.88 | 0.33 | 0 | 0.51 | 202.36 | 0.79 | 0.27 |
| Hex | F | 54 | 7D | 58 | 21 | 0 | 33 | CA | 4F | 1B |
| Octal | 17 | 124 | 175 | 130 | 41 | 0 | 63 | 312 | 117 | 33 |
| Binary | 1111 | 1010100 | 1111101 | 1011000 | 100001 | 0 | 110011 | 11001010 | 1001111 | 11011 |
Color Harmonies of #0F547D
Complementary color
Monochromatic Colors of #0F547D
Black with #0F547D
Text Example
Text Example
White with #0F547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F547D; }
p { color: rgb(15,84,125); }
H1.HeaderClassName
{
color: #0F547D;
}
.AnyTagClassName
{
color: #0F547D;
}
</style>
background-color css
<style>
a { background-color: #0F547D; }
a { background-color: rgb(15,84,125); }
div.DivClassName
{
background-color: #0F547D;
}
.BgClassName
{
background-color: #0F547D;
}
</style>
border-color css
<style>
span { border-color: #0F547D; }
span { border-color: rgb(15,84,125); }
td.TdClassName
{
border-color: #0F547D;
}
.TagClassName
{
border-color: #0F547D;
}
</style>