Shades of Dark Cerulean #0F538D
Tints of Dark Cerulean #0F538D
RGB
CMYK
RGB Variations
Color information
#0F538D (or 0x0F538D) is known color: Dark Cerulean. HEX triplet: 0F, 53 and 8D. RGB value is (15,83,141). Sum of RGB (Red+Green+Blue) = 15+83+141=239 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.28% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 141 (55.47% from 255 or 59.00% from 239); Max value from RGB is 141 - color contains mainly: blue. Hex color #0F538D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F538D is #F0AC72. Grayscale: #444444. Windows color (decimal): -15772787 or 9261839. OLE color: 9261839.
HSL color Cylindrical-coordinate representation of color #0F538D: hue angle of 207.62º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F538D is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 15 | 83 | 141 | - |
| CMYK | 0.89 | 0.41 | 0 | 0.45 |
| HSL | 207.62º | 0.81% | 0.31% | - |
| HSV(B) | 207.62º | 0.89% | 0.55% | - |
| XYZ | 8.1 | 8.21 | 26.36 | - |
| YUV | 69.28 | 168.47 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 83 | 141 | 0.89 | 0.41 | 0 | 0.45 | 207.62 | 0.81 | 0.31 |
| Hex | F | 53 | 8D | 59 | 29 | 0 | 2D | D0 | 51 | 1F |
| Octal | 17 | 123 | 215 | 131 | 51 | 0 | 55 | 320 | 121 | 37 |
| Binary | 1111 | 1010011 | 10001101 | 1011001 | 101001 | 0 | 101101 | 11010000 | 1010001 | 11111 |
Color Harmonies of #0F538D
Complementary color
Monochromatic Colors of #0F538D
Black with #0F538D
Text Example
Text Example
White with #0F538D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F538D; }
p { color: rgb(15,83,141); }
H1.HeaderClassName
{
color: #0F538D;
}
.AnyTagClassName
{
color: #0F538D;
}
</style>
background-color css
<style>
a { background-color: #0F538D; }
a { background-color: rgb(15,83,141); }
div.DivClassName
{
background-color: #0F538D;
}
.BgClassName
{
background-color: #0F538D;
}
</style>
border-color css
<style>
span { border-color: #0F538D; }
span { border-color: rgb(15,83,141); }
td.TdClassName
{
border-color: #0F538D;
}
.TagClassName
{
border-color: #0F538D;
}
</style>