Shades of Dark Cerulean #0F5591
Tints of Dark Cerulean #0F5591
RGB
CMYK
RGB Variations
Color information
#0F5591 (or 0x0F5591) is known color: Dark Cerulean. HEX triplet: 0F, 55 and 91. RGB value is (15,85,145). Sum of RGB (Red+Green+Blue) = 15+85+145=245 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.12% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 145 (57.03% from 255 or 59.18% from 245); Max value from RGB is 145 - color contains mainly: blue. Hex color #0F5591 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5591 is #F0AA6E. Grayscale: #464646. Windows color (decimal): -15772271 or 9524495. OLE color: 9524495.
HSL color Cylindrical-coordinate representation of color #0F5591: hue angle of 207.69º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F5591 is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 15 | 85 | 145 | - |
| CMYK | 0.90 | 0.41 | 0 | 0.43 |
| HSL | 207.69º | 0.81% | 0.31% | - |
| HSV(B) | 207.69º | 0.9% | 0.57% | - |
| XYZ | 8.56 | 8.64 | 28.01 | - |
| YUV | 70.91 | 169.81 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 85 | 145 | 0.90 | 0.41 | 0 | 0.43 | 207.69 | 0.81 | 0.31 |
| Hex | F | 55 | 91 | 5A | 29 | 0 | 2B | D0 | 51 | 1F |
| Octal | 17 | 125 | 221 | 132 | 51 | 0 | 53 | 320 | 121 | 37 |
| Binary | 1111 | 1010101 | 10010001 | 1011010 | 101001 | 0 | 101011 | 11010000 | 1010001 | 11111 |
Color Harmonies of #0F5591
Complementary color
Monochromatic Colors of #0F5591
Black with #0F5591
Text Example
Text Example
White with #0F5591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5591; }
p { color: rgb(15,85,145); }
H1.HeaderClassName
{
color: #0F5591;
}
.AnyTagClassName
{
color: #0F5591;
}
</style>
background-color css
<style>
a { background-color: #0F5591; }
a { background-color: rgb(15,85,145); }
div.DivClassName
{
background-color: #0F5591;
}
.BgClassName
{
background-color: #0F5591;
}
</style>
border-color css
<style>
span { border-color: #0F5591; }
span { border-color: rgb(15,85,145); }
td.TdClassName
{
border-color: #0F5591;
}
.TagClassName
{
border-color: #0F5591;
}
</style>