Shades of Dark Cerulean #0F537A
Tints of Dark Cerulean #0F537A
RGB
CMYK
RGB Variations
Color information
#0F537A (or 0x0F537A) is known color: Dark Cerulean. HEX triplet: 0F, 53 and 7A. RGB value is (15,83,122). Sum of RGB (Red+Green+Blue) = 15+83+122=220 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.82% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 122 (48.05% from 255 or 55.45% from 220); Max value from RGB is 122 - color contains mainly: blue. Hex color #0F537A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F537A is #F0AC85. Grayscale: #424242. Windows color (decimal): -15772806 or 8016655. OLE color: 8016655.
HSL color Cylindrical-coordinate representation of color #0F537A: hue angle of 201.87º 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 #0F537A is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 15 | 83 | 122 | - |
| CMYK | 0.88 | 0.32 | 0 | 0.52 |
| HSL | 201.87º | 0.78% | 0.27% | - |
| HSV(B) | 201.87º | 0.88% | 0.48% | - |
| XYZ | 6.8 | 7.69 | 19.54 | - |
| YUV | 67.11 | 158.97 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 83 | 122 | 0.88 | 0.32 | 0 | 0.52 | 201.87 | 0.78 | 0.27 |
| Hex | F | 53 | 7A | 58 | 20 | 0 | 34 | CA | 4E | 1B |
| Octal | 17 | 123 | 172 | 130 | 40 | 0 | 64 | 312 | 116 | 33 |
| Binary | 1111 | 1010011 | 1111010 | 1011000 | 100000 | 0 | 110100 | 11001010 | 1001110 | 11011 |
Color Harmonies of #0F537A
Complementary color
Monochromatic Colors of #0F537A
Black with #0F537A
Text Example
Text Example
White with #0F537A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F537A; }
p { color: rgb(15,83,122); }
H1.HeaderClassName
{
color: #0F537A;
}
.AnyTagClassName
{
color: #0F537A;
}
</style>
background-color css
<style>
a { background-color: #0F537A; }
a { background-color: rgb(15,83,122); }
div.DivClassName
{
background-color: #0F537A;
}
.BgClassName
{
background-color: #0F537A;
}
</style>
border-color css
<style>
span { border-color: #0F537A; }
span { border-color: rgb(15,83,122); }
td.TdClassName
{
border-color: #0F537A;
}
.TagClassName
{
border-color: #0F537A;
}
</style>