Shades of Dark Cerulean #0F507B
Tints of Dark Cerulean #0F507B
RGB
CMYK
RGB Variations
Color information
#0F507B (or 0x0F507B) is known color: Dark Cerulean. HEX triplet: 0F, 50 and 7B. RGB value is (15,80,123). Sum of RGB (Red+Green+Blue) = 15+80+123=218 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.88% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 123 (48.44% from 255 or 56.42% from 218); Max value from RGB is 123 - color contains mainly: blue. Hex color #0F507B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F507B is #F0AF84. Grayscale: #414141. Windows color (decimal): -15773573 or 8081423. OLE color: 8081423.
HSL color Cylindrical-coordinate representation of color #0F507B: hue angle of 203.89º 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 #0F507B is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 15 | 80 | 123 | - |
| CMYK | 0.88 | 0.35 | 0 | 0.52 |
| HSL | 203.89º | 0.78% | 0.27% | - |
| HSV(B) | 203.89º | 0.88% | 0.48% | - |
| XYZ | 6.64 | 7.27 | 19.79 | - |
| YUV | 65.47 | 160.47 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 80 | 123 | 0.88 | 0.35 | 0 | 0.52 | 203.89 | 0.78 | 0.27 |
| Hex | F | 50 | 7B | 58 | 23 | 0 | 34 | CC | 4E | 1B |
| Octal | 17 | 120 | 173 | 130 | 43 | 0 | 64 | 314 | 116 | 33 |
| Binary | 1111 | 1010000 | 1111011 | 1011000 | 100011 | 0 | 110100 | 11001100 | 1001110 | 11011 |
Color Harmonies of #0F507B
Complementary color
Monochromatic Colors of #0F507B
Black with #0F507B
Text Example
Text Example
White with #0F507B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F507B; }
p { color: rgb(15,80,123); }
H1.HeaderClassName
{
color: #0F507B;
}
.AnyTagClassName
{
color: #0F507B;
}
</style>
background-color css
<style>
a { background-color: #0F507B; }
a { background-color: rgb(15,80,123); }
div.DivClassName
{
background-color: #0F507B;
}
.BgClassName
{
background-color: #0F507B;
}
</style>
border-color css
<style>
span { border-color: #0F507B; }
span { border-color: rgb(15,80,123); }
td.TdClassName
{
border-color: #0F507B;
}
.TagClassName
{
border-color: #0F507B;
}
</style>