Shades of Dark Cerulean #0F537B
Tints of Dark Cerulean #0F537B
RGB
CMYK
RGB Variations
Color information
#0F537B (or 0x0F537B) is known color: Dark Cerulean. HEX triplet: 0F, 53 and 7B. RGB value is (15,83,123). Sum of RGB (Red+Green+Blue) = 15+83+123=221 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.79% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 123 (48.44% from 255 or 55.66% from 221); Max value from RGB is 123 - color contains mainly: blue. Hex color #0F537B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F537B is #F0AC84. Grayscale: #434343. Windows color (decimal): -15772805 or 8082191. OLE color: 8082191.
HSL color Cylindrical-coordinate representation of color #0F537B: hue angle of 202.22º 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 #0F537B is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 15 | 83 | 123 | - |
| CMYK | 0.88 | 0.33 | 0 | 0.52 |
| HSL | 202.22º | 0.78% | 0.27% | - |
| HSV(B) | 202.22º | 0.88% | 0.48% | - |
| XYZ | 6.87 | 7.72 | 19.87 | - |
| YUV | 67.23 | 159.47 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 83 | 123 | 0.88 | 0.33 | 0 | 0.52 | 202.22 | 0.78 | 0.27 |
| Hex | F | 53 | 7B | 58 | 21 | 0 | 34 | CA | 4E | 1B |
| Octal | 17 | 123 | 173 | 130 | 41 | 0 | 64 | 312 | 116 | 33 |
| Binary | 1111 | 1010011 | 1111011 | 1011000 | 100001 | 0 | 110100 | 11001010 | 1001110 | 11011 |
Color Harmonies of #0F537B
Complementary color
Monochromatic Colors of #0F537B
Black with #0F537B
Text Example
Text Example
White with #0F537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F537B; }
p { color: rgb(15,83,123); }
H1.HeaderClassName
{
color: #0F537B;
}
.AnyTagClassName
{
color: #0F537B;
}
</style>
background-color css
<style>
a { background-color: #0F537B; }
a { background-color: rgb(15,83,123); }
div.DivClassName
{
background-color: #0F537B;
}
.BgClassName
{
background-color: #0F537B;
}
</style>
border-color css
<style>
span { border-color: #0F537B; }
span { border-color: rgb(15,83,123); }
td.TdClassName
{
border-color: #0F537B;
}
.TagClassName
{
border-color: #0F537B;
}
</style>