Shades of Dark Cerulean #0F577D
Tints of Dark Cerulean #0F577D
RGB
CMYK
RGB Variations
Color information
#0F577D (or 0x0F577D) is known color: Dark Cerulean. HEX triplet: 0F, 57 and 7D. RGB value is (15,87,125). Sum of RGB (Red+Green+Blue) = 15+87+125=227 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.61% from 227); Green value is 87 (34.38% from 255 or 38.33% from 227); Blue value is 125 (49.22% from 255 or 55.07% from 227); Max value from RGB is 125 - color contains mainly: blue. Hex color #0F577D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F577D is #F0A882. Grayscale: #454545. Windows color (decimal): -15771779 or 8214287. OLE color: 8214287.
HSL color Cylindrical-coordinate representation of color #0F577D: hue angle of 200.73º 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 #0F577D is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 15 | 87 | 125 | - |
| CMYK | 0.88 | 0.30 | 0 | 0.51 |
| HSL | 200.73º | 0.79% | 0.27% | - |
| HSV(B) | 200.73º | 0.88% | 0.49% | - |
| XYZ | 7.31 | 8.4 | 20.64 | - |
| YUV | 69.8 | 159.15 | 88.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 87 | 125 | 0.88 | 0.30 | 0 | 0.51 | 200.73 | 0.79 | 0.27 |
| Hex | F | 57 | 7D | 58 | 1E | 0 | 33 | C9 | 4F | 1B |
| Octal | 17 | 127 | 175 | 130 | 36 | 0 | 63 | 311 | 117 | 33 |
| Binary | 1111 | 1010111 | 1111101 | 1011000 | 11110 | 0 | 110011 | 11001001 | 1001111 | 11011 |
Color Harmonies of #0F577D
Complementary color
Monochromatic Colors of #0F577D
Black with #0F577D
Text Example
Text Example
White with #0F577D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F577D; }
p { color: rgb(15,87,125); }
H1.HeaderClassName
{
color: #0F577D;
}
.AnyTagClassName
{
color: #0F577D;
}
</style>
background-color css
<style>
a { background-color: #0F577D; }
a { background-color: rgb(15,87,125); }
div.DivClassName
{
background-color: #0F577D;
}
.BgClassName
{
background-color: #0F577D;
}
</style>
border-color css
<style>
span { border-color: #0F577D; }
span { border-color: rgb(15,87,125); }
td.TdClassName
{
border-color: #0F577D;
}
.TagClassName
{
border-color: #0F577D;
}
</style>