Shades of Dark Cerulean #0F527A
Tints of Dark Cerulean #0F527A
RGB
CMYK
RGB Variations
Color information
#0F527A (or 0x0F527A) is known color: Dark Cerulean. HEX triplet: 0F, 52 and 7A. RGB value is (15,82,122). Sum of RGB (Red+Green+Blue) = 15+82+122=219 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.85% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 122 (48.05% from 255 or 55.71% from 219); Max value from RGB is 122 - color contains mainly: blue. Hex color #0F527A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F527A is #F0AD85. Grayscale: #424242. Windows color (decimal): -15773062 or 8016399. OLE color: 8016399.
HSL color Cylindrical-coordinate representation of color #0F527A: hue angle of 202.43º 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 #0F527A is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 15 | 82 | 122 | - |
| CMYK | 0.88 | 0.33 | 0 | 0.52 |
| HSL | 202.43º | 0.78% | 0.27% | - |
| HSV(B) | 202.43º | 0.88% | 0.48% | - |
| XYZ | 6.73 | 7.54 | 19.51 | - |
| YUV | 66.53 | 159.3 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 82 | 122 | 0.88 | 0.33 | 0 | 0.52 | 202.43 | 0.78 | 0.27 |
| Hex | F | 52 | 7A | 58 | 21 | 0 | 34 | CA | 4E | 1B |
| Octal | 17 | 122 | 172 | 130 | 41 | 0 | 64 | 312 | 116 | 33 |
| Binary | 1111 | 1010010 | 1111010 | 1011000 | 100001 | 0 | 110100 | 11001010 | 1001110 | 11011 |
Color Harmonies of #0F527A
Complementary color
Monochromatic Colors of #0F527A
Black with #0F527A
Text Example
Text Example
White with #0F527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F527A; }
p { color: rgb(15,82,122); }
H1.HeaderClassName
{
color: #0F527A;
}
.AnyTagClassName
{
color: #0F527A;
}
</style>
background-color css
<style>
a { background-color: #0F527A; }
a { background-color: rgb(15,82,122); }
div.DivClassName
{
background-color: #0F527A;
}
.BgClassName
{
background-color: #0F527A;
}
</style>
border-color css
<style>
span { border-color: #0F527A; }
span { border-color: rgb(15,82,122); }
td.TdClassName
{
border-color: #0F527A;
}
.TagClassName
{
border-color: #0F527A;
}
</style>