Shades of Dark Cerulean #0F357D
Tints of Dark Cerulean #0F357D
RGB
CMYK
RGB Variations
Color information
#0F357D (or 0x0F357D) is known color: Dark Cerulean. HEX triplet: 0F, 35 and 7D. RGB value is (15,53,125). Sum of RGB (Red+Green+Blue) = 15+53+125=193 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.77% from 193); Green value is 53 (21.09% from 255 or 27.46% from 193); Blue value is 125 (49.22% from 255 or 64.77% from 193); Max value from RGB is 125 - color contains mainly: blue. Hex color #0F357D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F357D is #F0CA82. Grayscale: #313131. Windows color (decimal): -15780483 or 8205583. OLE color: 8205583.
HSL color Cylindrical-coordinate representation of color #0F357D: hue angle of 219.27º 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 #0F357D is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 15 | 53 | 125 | - |
| CMYK | 0.88 | 0.58 | 0 | 0.51 |
| HSL | 219.27º | 0.79% | 0.27% | - |
| HSV(B) | 219.27º | 0.88% | 0.49% | - |
| XYZ | 5.17 | 4.13 | 19.93 | - |
| YUV | 49.85 | 170.41 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 53 | 125 | 0.88 | 0.58 | 0 | 0.51 | 219.27 | 0.79 | 0.27 |
| Hex | F | 35 | 7D | 58 | 3A | 0 | 33 | DB | 4F | 1B |
| Octal | 17 | 65 | 175 | 130 | 72 | 0 | 63 | 333 | 117 | 33 |
| Binary | 1111 | 110101 | 1111101 | 1011000 | 111010 | 0 | 110011 | 11011011 | 1001111 | 11011 |
Color Harmonies of #0F357D
Complementary color
Monochromatic Colors of #0F357D
Black with #0F357D
Text Example
Text Example
White with #0F357D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F357D; }
p { color: rgb(15,53,125); }
H1.HeaderClassName
{
color: #0F357D;
}
.AnyTagClassName
{
color: #0F357D;
}
</style>
background-color css
<style>
a { background-color: #0F357D; }
a { background-color: rgb(15,53,125); }
div.DivClassName
{
background-color: #0F357D;
}
.BgClassName
{
background-color: #0F357D;
}
</style>
border-color css
<style>
span { border-color: #0F357D; }
span { border-color: rgb(15,53,125); }
td.TdClassName
{
border-color: #0F357D;
}
.TagClassName
{
border-color: #0F357D;
}
</style>