Shades of Dark Cerulean #0F4D7B
Tints of Dark Cerulean #0F4D7B
RGB
CMYK
RGB Variations
Color information
#0F4D7B (or 0x0F4D7B) is known color: Dark Cerulean. HEX triplet: 0F, 4D and 7B. RGB value is (15,77,123). Sum of RGB (Red+Green+Blue) = 15+77+123=215 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.98% from 215); Green value is 77 (30.47% from 255 or 35.81% from 215); Blue value is 123 (48.44% from 255 or 57.21% from 215); Max value from RGB is 123 - color contains mainly: blue. Hex color #0F4D7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F4D7B is #F0B284. Grayscale: #3F3F3F. Windows color (decimal): -15774341 or 8080655. OLE color: 8080655.
HSL color Cylindrical-coordinate representation of color #0F4D7B: hue angle of 205.56º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F4D7B is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 15 | 77 | 123 | - |
| CMYK | 0.88 | 0.37 | 0 | 0.52 |
| HSL | 205.56º | 0.78% | 0.27% | - |
| HSV(B) | 205.56º | 0.88% | 0.48% | - |
| XYZ | 6.43 | 6.84 | 19.72 | - |
| YUV | 63.71 | 161.46 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 77 | 123 | 0.88 | 0.37 | 0 | 0.52 | 205.56 | 0.78 | 0.27 |
| Hex | F | 4D | 7B | 58 | 25 | 0 | 34 | CE | 4E | 1B |
| Octal | 17 | 115 | 173 | 130 | 45 | 0 | 64 | 316 | 116 | 33 |
| Binary | 1111 | 1001101 | 1111011 | 1011000 | 100101 | 0 | 110100 | 11001110 | 1001110 | 11011 |
Color Harmonies of #0F4D7B
Complementary color
Monochromatic Colors of #0F4D7B
Black with #0F4D7B
Text Example
Text Example
White with #0F4D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4D7B; }
p { color: rgb(15,77,123); }
H1.HeaderClassName
{
color: #0F4D7B;
}
.AnyTagClassName
{
color: #0F4D7B;
}
</style>
background-color css
<style>
a { background-color: #0F4D7B; }
a { background-color: rgb(15,77,123); }
div.DivClassName
{
background-color: #0F4D7B;
}
.BgClassName
{
background-color: #0F4D7B;
}
</style>
border-color css
<style>
span { border-color: #0F4D7B; }
span { border-color: rgb(15,77,123); }
td.TdClassName
{
border-color: #0F4D7B;
}
.TagClassName
{
border-color: #0F4D7B;
}
</style>