Shades of Dark Cerulean #0F3680
Tints of Dark Cerulean #0F3680
RGB
CMYK
RGB Variations
Color information
#0F3680 (or 0x0F3680) is known color: Dark Cerulean. HEX triplet: 0F, 36 and 80. RGB value is (15,54,128). Sum of RGB (Red+Green+Blue) = 15+54+128=197 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.61% from 197); Green value is 54 (21.48% from 255 or 27.41% from 197); Blue value is 128 (50.39% from 255 or 64.97% from 197); Max value from RGB is 128 - color contains mainly: blue. Hex color #0F3680 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3680 is #F0C97F. Grayscale: #323232. Windows color (decimal): -15780224 or 8402447. OLE color: 8402447.
HSL color Cylindrical-coordinate representation of color #0F3680: hue angle of 219.29º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F3680 is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 15 | 54 | 128 | - |
| CMYK | 0.88 | 0.58 | 0 | 0.50 |
| HSL | 219.29º | 0.79% | 0.28% | - |
| HSV(B) | 219.29º | 0.88% | 0.5% | - |
| XYZ | 5.41 | 4.3 | 20.97 | - |
| YUV | 50.78 | 171.58 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 54 | 128 | 0.88 | 0.58 | 0 | 0.50 | 219.29 | 0.79 | 0.28 |
| Hex | F | 36 | 80 | 58 | 3A | 0 | 32 | DB | 4F | 1C |
| Octal | 17 | 66 | 200 | 130 | 72 | 0 | 62 | 333 | 117 | 34 |
| Binary | 1111 | 110110 | 10000000 | 1011000 | 111010 | 0 | 110010 | 11011011 | 1001111 | 11100 |
Color Harmonies of #0F3680
Complementary color
Monochromatic Colors of #0F3680
Black with #0F3680
Text Example
Text Example
White with #0F3680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3680; }
p { color: rgb(15,54,128); }
H1.HeaderClassName
{
color: #0F3680;
}
.AnyTagClassName
{
color: #0F3680;
}
</style>
background-color css
<style>
a { background-color: #0F3680; }
a { background-color: rgb(15,54,128); }
div.DivClassName
{
background-color: #0F3680;
}
.BgClassName
{
background-color: #0F3680;
}
</style>
border-color css
<style>
span { border-color: #0F3680; }
span { border-color: rgb(15,54,128); }
td.TdClassName
{
border-color: #0F3680;
}
.TagClassName
{
border-color: #0F3680;
}
</style>