Shades of Dark Cerulean #0F3784
Tints of Dark Cerulean #0F3784
RGB
CMYK
RGB Variations
Color information
#0F3784 (or 0x0F3784) is known color: Dark Cerulean. HEX triplet: 0F, 37 and 84. RGB value is (15,55,132). Sum of RGB (Red+Green+Blue) = 15+55+132=202 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.43% from 202); Green value is 55 (21.88% from 255 or 27.23% from 202); Blue value is 132 (51.95% from 255 or 65.35% from 202); Max value from RGB is 132 - color contains mainly: blue. Hex color #0F3784 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3784 is #F0C87B. Grayscale: #333333. Windows color (decimal): -15779964 or 8664847. OLE color: 8664847.
HSL color Cylindrical-coordinate representation of color #0F3784: hue angle of 219.49º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F3784 is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 15 | 55 | 132 | - |
| CMYK | 0.89 | 0.58 | 0 | 0.48 |
| HSL | 219.49º | 0.8% | 0.29% | - |
| HSV(B) | 219.49º | 0.89% | 0.52% | - |
| XYZ | 5.73 | 4.5 | 22.4 | - |
| YUV | 51.82 | 173.25 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 55 | 132 | 0.89 | 0.58 | 0 | 0.48 | 219.49 | 0.8 | 0.29 |
| Hex | F | 37 | 84 | 59 | 3A | 0 | 30 | DB | 50 | 1D |
| Octal | 17 | 67 | 204 | 131 | 72 | 0 | 60 | 333 | 120 | 35 |
| Binary | 1111 | 110111 | 10000100 | 1011001 | 111010 | 0 | 110000 | 11011011 | 1010000 | 11101 |
Color Harmonies of #0F3784
Complementary color
Monochromatic Colors of #0F3784
Black with #0F3784
Text Example
Text Example
White with #0F3784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3784; }
p { color: rgb(15,55,132); }
H1.HeaderClassName
{
color: #0F3784;
}
.AnyTagClassName
{
color: #0F3784;
}
</style>
background-color css
<style>
a { background-color: #0F3784; }
a { background-color: rgb(15,55,132); }
div.DivClassName
{
background-color: #0F3784;
}
.BgClassName
{
background-color: #0F3784;
}
</style>
border-color css
<style>
span { border-color: #0F3784; }
span { border-color: rgb(15,55,132); }
td.TdClassName
{
border-color: #0F3784;
}
.TagClassName
{
border-color: #0F3784;
}
</style>