Shades of Dark Cerulean #0F557D
Tints of Dark Cerulean #0F557D
RGB
CMYK
RGB Variations
Color information
#0F557D (or 0x0F557D) is known color: Dark Cerulean. HEX triplet: 0F, 55 and 7D. RGB value is (15,85,125). Sum of RGB (Red+Green+Blue) = 15+85+125=225 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.67% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 125 (49.22% from 255 or 55.56% from 225); Max value from RGB is 125 - color contains mainly: blue. Hex color #0F557D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F557D is #F0AA82. Grayscale: #444444. Windows color (decimal): -15772291 or 8213775. OLE color: 8213775.
HSL color Cylindrical-coordinate representation of color #0F557D: hue angle of 201.82º 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 #0F557D is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 15 | 85 | 125 | - |
| CMYK | 0.88 | 0.32 | 0 | 0.51 |
| HSL | 201.82º | 0.79% | 0.27% | - |
| HSV(B) | 201.82º | 0.88% | 0.49% | - |
| XYZ | 7.15 | 8.08 | 20.58 | - |
| YUV | 68.63 | 159.81 | 89.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 85 | 125 | 0.88 | 0.32 | 0 | 0.51 | 201.82 | 0.79 | 0.27 |
| Hex | F | 55 | 7D | 58 | 20 | 0 | 33 | CA | 4F | 1B |
| Octal | 17 | 125 | 175 | 130 | 40 | 0 | 63 | 312 | 117 | 33 |
| Binary | 1111 | 1010101 | 1111101 | 1011000 | 100000 | 0 | 110011 | 11001010 | 1001111 | 11011 |
Color Harmonies of #0F557D
Complementary color
Monochromatic Colors of #0F557D
Black with #0F557D
Text Example
Text Example
White with #0F557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F557D; }
p { color: rgb(15,85,125); }
H1.HeaderClassName
{
color: #0F557D;
}
.AnyTagClassName
{
color: #0F557D;
}
</style>
background-color css
<style>
a { background-color: #0F557D; }
a { background-color: rgb(15,85,125); }
div.DivClassName
{
background-color: #0F557D;
}
.BgClassName
{
background-color: #0F557D;
}
</style>
border-color css
<style>
span { border-color: #0F557D; }
span { border-color: rgb(15,85,125); }
td.TdClassName
{
border-color: #0F557D;
}
.TagClassName
{
border-color: #0F557D;
}
</style>