Shades of Dark Cerulean #0F3B70
Tints of Dark Cerulean #0F3B70
RGB
CMYK
RGB Variations
Color information
#0F3B70 (or 0x0F3B70) is known color: Dark Cerulean. HEX triplet: 0F, 3B and 70. RGB value is (15,59,112). Sum of RGB (Red+Green+Blue) = 15+59+112=186 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.06% from 186); Green value is 59 (23.44% from 255 or 31.72% from 186); Blue value is 112 (44.14% from 255 or 60.22% from 186); Max value from RGB is 112 - color contains mainly: blue. Hex color #0F3B70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3B70 is #F0C48F. Grayscale: #333333. Windows color (decimal): -15778960 or 7355151. OLE color: 7355151.
HSL color Cylindrical-coordinate representation of color #0F3B70: hue angle of 212.78º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F3B70 is Cyan = 0.87, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 59 | 112 | - |
| CMYK | 0.87 | 0.47 | 0 | 0.56 |
| HSL | 212.78º | 0.76% | 0.25% | - |
| HSV(B) | 212.78º | 0.87% | 0.44% | - |
| XYZ | 4.69 | 4.4 | 15.93 | - |
| YUV | 51.89 | 161.92 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 59 | 112 | 0.87 | 0.47 | 0 | 0.56 | 212.78 | 0.76 | 0.25 |
| Hex | F | 3B | 70 | 57 | 2F | 0 | 38 | D5 | 4C | 19 |
| Octal | 17 | 73 | 160 | 127 | 57 | 0 | 70 | 325 | 114 | 31 |
| Binary | 1111 | 111011 | 1110000 | 1010111 | 101111 | 0 | 111000 | 11010101 | 1001100 | 11001 |
Color Harmonies of #0F3B70
Complementary color
Monochromatic Colors of #0F3B70
Black with #0F3B70
Text Example
Text Example
White with #0F3B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3B70; }
p { color: rgb(15,59,112); }
H1.HeaderClassName
{
color: #0F3B70;
}
.AnyTagClassName
{
color: #0F3B70;
}
</style>
background-color css
<style>
a { background-color: #0F3B70; }
a { background-color: rgb(15,59,112); }
div.DivClassName
{
background-color: #0F3B70;
}
.BgClassName
{
background-color: #0F3B70;
}
</style>
border-color css
<style>
span { border-color: #0F3B70; }
span { border-color: rgb(15,59,112); }
td.TdClassName
{
border-color: #0F3B70;
}
.TagClassName
{
border-color: #0F3B70;
}
</style>