Shades of Dark Cerulean #0F477F
Tints of Dark Cerulean #0F477F
RGB
CMYK
RGB Variations
Color information
#0F477F (or 0x0F477F) is known color: Dark Cerulean. HEX triplet: 0F, 47 and 7F. RGB value is (15,71,127). Sum of RGB (Red+Green+Blue) = 15+71+127=213 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.04% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 127 (50% from 255 or 59.62% from 213); Max value from RGB is 127 - color contains mainly: blue. Hex color #0F477F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F477F is #F0B880. Grayscale: #3C3C3C. Windows color (decimal): -15775873 or 8341263. OLE color: 8341263.
HSL color Cylindrical-coordinate representation of color #0F477F: hue angle of 210º 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 #0F477F is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 15 | 71 | 127 | - |
| CMYK | 0.88 | 0.44 | 0 | 0.50 |
| HSL | 210º | 0.79% | 0.28% | - |
| HSV(B) | 210º | 0.88% | 0.5% | - |
| XYZ | 6.28 | 6.14 | 20.93 | - |
| YUV | 60.64 | 165.45 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 71 | 127 | 0.88 | 0.44 | 0 | 0.50 | 210 | 0.79 | 0.28 |
| Hex | F | 47 | 7F | 58 | 2C | 0 | 32 | D2 | 4F | 1C |
| Octal | 17 | 107 | 177 | 130 | 54 | 0 | 62 | 322 | 117 | 34 |
| Binary | 1111 | 1000111 | 1111111 | 1011000 | 101100 | 0 | 110010 | 11010010 | 1001111 | 11100 |
Color Harmonies of #0F477F
Complementary color
Monochromatic Colors of #0F477F
Black with #0F477F
Text Example
Text Example
White with #0F477F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F477F; }
p { color: rgb(15,71,127); }
H1.HeaderClassName
{
color: #0F477F;
}
.AnyTagClassName
{
color: #0F477F;
}
</style>
background-color css
<style>
a { background-color: #0F477F; }
a { background-color: rgb(15,71,127); }
div.DivClassName
{
background-color: #0F477F;
}
.BgClassName
{
background-color: #0F477F;
}
</style>
border-color css
<style>
span { border-color: #0F477F; }
span { border-color: rgb(15,71,127); }
td.TdClassName
{
border-color: #0F477F;
}
.TagClassName
{
border-color: #0F477F;
}
</style>