Shades of Dark Cerulean #0F557C
Tints of Dark Cerulean #0F557C
RGB
CMYK
RGB Variations
Color information
#0F557C (or 0x0F557C) is known color: Dark Cerulean. HEX triplet: 0F, 55 and 7C. RGB value is (15,85,124). Sum of RGB (Red+Green+Blue) = 15+85+124=224 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.70% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 124 (48.83% from 255 or 55.36% from 224); Max value from RGB is 124 - color contains mainly: blue. Hex color #0F557C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F557C is #F0AA83. Grayscale: #444444. Windows color (decimal): -15772292 or 8148239. OLE color: 8148239.
HSL color Cylindrical-coordinate representation of color #0F557C: hue angle of 201.47º degrees, saturation: 0.78, 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 #0F557C is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 15 | 85 | 124 | - |
| CMYK | 0.88 | 0.31 | 0 | 0.51 |
| HSL | 201.47º | 0.78% | 0.27% | - |
| HSV(B) | 201.47º | 0.88% | 0.49% | - |
| XYZ | 7.08 | 8.05 | 20.25 | - |
| YUV | 68.52 | 159.31 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 85 | 124 | 0.88 | 0.31 | 0 | 0.51 | 201.47 | 0.78 | 0.27 |
| Hex | F | 55 | 7C | 58 | 1F | 0 | 33 | C9 | 4E | 1B |
| Octal | 17 | 125 | 174 | 130 | 37 | 0 | 63 | 311 | 116 | 33 |
| Binary | 1111 | 1010101 | 1111100 | 1011000 | 11111 | 0 | 110011 | 11001001 | 1001110 | 11011 |
Color Harmonies of #0F557C
Complementary color
Monochromatic Colors of #0F557C
Black with #0F557C
Text Example
Text Example
White with #0F557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F557C; }
p { color: rgb(15,85,124); }
H1.HeaderClassName
{
color: #0F557C;
}
.AnyTagClassName
{
color: #0F557C;
}
</style>
background-color css
<style>
a { background-color: #0F557C; }
a { background-color: rgb(15,85,124); }
div.DivClassName
{
background-color: #0F557C;
}
.BgClassName
{
background-color: #0F557C;
}
</style>
border-color css
<style>
span { border-color: #0F557C; }
span { border-color: rgb(15,85,124); }
td.TdClassName
{
border-color: #0F557C;
}
.TagClassName
{
border-color: #0F557C;
}
</style>