Shades of Dark Cerulean #0F4C83
Tints of Dark Cerulean #0F4C83
RGB
CMYK
RGB Variations
Color information
#0F4C83 (or 0x0F4C83) is known color: Dark Cerulean. HEX triplet: 0F, 4C and 83. RGB value is (15,76,131). Sum of RGB (Red+Green+Blue) = 15+76+131=222 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.76% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 131 (51.56% from 255 or 59.01% from 222); Max value from RGB is 131 - color contains mainly: blue. Hex color #0F4C83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4C83 is #F0B37C. Grayscale: #3F3F3F. Windows color (decimal): -15774589 or 8604687. OLE color: 8604687.
HSL color Cylindrical-coordinate representation of color #0F4C83: hue angle of 208.45º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F4C83 is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 15 | 76 | 131 | - |
| CMYK | 0.89 | 0.42 | 0 | 0.49 |
| HSL | 208.45º | 0.79% | 0.29% | - |
| HSV(B) | 208.45º | 0.89% | 0.51% | - |
| XYZ | 6.88 | 6.91 | 22.44 | - |
| YUV | 64.03 | 165.79 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 76 | 131 | 0.89 | 0.42 | 0 | 0.49 | 208.45 | 0.79 | 0.29 |
| Hex | F | 4C | 83 | 59 | 2A | 0 | 31 | D0 | 4F | 1D |
| Octal | 17 | 114 | 203 | 131 | 52 | 0 | 61 | 320 | 117 | 35 |
| Binary | 1111 | 1001100 | 10000011 | 1011001 | 101010 | 0 | 110001 | 11010000 | 1001111 | 11101 |
Color Harmonies of #0F4C83
Complementary color
Monochromatic Colors of #0F4C83
Black with #0F4C83
Text Example
Text Example
White with #0F4C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4C83; }
p { color: rgb(15,76,131); }
H1.HeaderClassName
{
color: #0F4C83;
}
.AnyTagClassName
{
color: #0F4C83;
}
</style>
background-color css
<style>
a { background-color: #0F4C83; }
a { background-color: rgb(15,76,131); }
div.DivClassName
{
background-color: #0F4C83;
}
.BgClassName
{
background-color: #0F4C83;
}
</style>
border-color css
<style>
span { border-color: #0F4C83; }
span { border-color: rgb(15,76,131); }
td.TdClassName
{
border-color: #0F4C83;
}
.TagClassName
{
border-color: #0F4C83;
}
</style>