Shades of Dark Cerulean #0F3D70
Tints of Dark Cerulean #0F3D70
RGB
CMYK
RGB Variations
Color information
#0F3D70 (or 0x0F3D70) is known color: Dark Cerulean. HEX triplet: 0F, 3D and 70. RGB value is (15,61,112). Sum of RGB (Red+Green+Blue) = 15+61+112=188 (24% of max value = 765). Red value is 15 (6.25% from 255 or 7.98% from 188); Green value is 61 (24.22% from 255 or 32.45% from 188); Blue value is 112 (44.14% from 255 or 59.57% from 188); Max value from RGB is 112 - color contains mainly: blue. Hex color #0F3D70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3D70 is #F0C28F. Grayscale: #343434. Windows color (decimal): -15778448 or 7355663. OLE color: 7355663.
HSL color Cylindrical-coordinate representation of color #0F3D70: hue angle of 211.55º 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 #0F3D70 is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 61 | 112 | - |
| CMYK | 0.87 | 0.46 | 0 | 0.56 |
| HSL | 211.55º | 0.76% | 0.25% | - |
| HSV(B) | 211.55º | 0.87% | 0.44% | - |
| XYZ | 4.79 | 4.61 | 15.97 | - |
| YUV | 53.06 | 161.26 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 61 | 112 | 0.87 | 0.46 | 0 | 0.56 | 211.55 | 0.76 | 0.25 |
| Hex | F | 3D | 70 | 57 | 2E | 0 | 38 | D4 | 4C | 19 |
| Octal | 17 | 75 | 160 | 127 | 56 | 0 | 70 | 324 | 114 | 31 |
| Binary | 1111 | 111101 | 1110000 | 1010111 | 101110 | 0 | 111000 | 11010100 | 1001100 | 11001 |
Color Harmonies of #0F3D70
Complementary color
Monochromatic Colors of #0F3D70
Black with #0F3D70
Text Example
Text Example
White with #0F3D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3D70; }
p { color: rgb(15,61,112); }
H1.HeaderClassName
{
color: #0F3D70;
}
.AnyTagClassName
{
color: #0F3D70;
}
</style>
background-color css
<style>
a { background-color: #0F3D70; }
a { background-color: rgb(15,61,112); }
div.DivClassName
{
background-color: #0F3D70;
}
.BgClassName
{
background-color: #0F3D70;
}
</style>
border-color css
<style>
span { border-color: #0F3D70; }
span { border-color: rgb(15,61,112); }
td.TdClassName
{
border-color: #0F3D70;
}
.TagClassName
{
border-color: #0F3D70;
}
</style>