Shades of Dark Cerulean #0F588F
Tints of Dark Cerulean #0F588F
RGB
CMYK
RGB Variations
Color information
#0F588F (or 0x0F588F) is known color: Dark Cerulean. HEX triplet: 0F, 58 and 8F. RGB value is (15,88,143). Sum of RGB (Red+Green+Blue) = 15+88+143=246 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.10% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 143 (56.25% from 255 or 58.13% from 246); Max value from RGB is 143 - color contains mainly: blue. Hex color #0F588F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F588F is #F0A770. Grayscale: #484848. Windows color (decimal): -15771505 or 9394191. OLE color: 9394191.
HSL color Cylindrical-coordinate representation of color #0F588F: hue angle of 205.78º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F588F is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 15 | 88 | 143 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.44 |
| HSL | 205.78º | 0.81% | 0.31% | - |
| HSV(B) | 205.78º | 0.9% | 0.56% | - |
| XYZ | 8.64 | 9.06 | 27.28 | - |
| YUV | 72.44 | 167.82 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 88 | 143 | 0.90 | 0.38 | 0 | 0.44 | 205.78 | 0.81 | 0.31 |
| Hex | F | 58 | 8F | 5A | 26 | 0 | 2C | CE | 51 | 1F |
| Octal | 17 | 130 | 217 | 132 | 46 | 0 | 54 | 316 | 121 | 37 |
| Binary | 1111 | 1011000 | 10001111 | 1011010 | 100110 | 0 | 101100 | 11001110 | 1010001 | 11111 |
Color Harmonies of #0F588F
Complementary color
Monochromatic Colors of #0F588F
Black with #0F588F
Text Example
Text Example
White with #0F588F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F588F; }
p { color: rgb(15,88,143); }
H1.HeaderClassName
{
color: #0F588F;
}
.AnyTagClassName
{
color: #0F588F;
}
</style>
background-color css
<style>
a { background-color: #0F588F; }
a { background-color: rgb(15,88,143); }
div.DivClassName
{
background-color: #0F588F;
}
.BgClassName
{
background-color: #0F588F;
}
</style>
border-color css
<style>
span { border-color: #0F588F; }
span { border-color: rgb(15,88,143); }
td.TdClassName
{
border-color: #0F588F;
}
.TagClassName
{
border-color: #0F588F;
}
</style>