Shades of Cerulean #0F6B96
Tints of Cerulean #0F6B96
RGB
CMYK
RGB Variations
Color information
#0F6B96 (or 0x0F6B96) is known color: Cerulean. HEX triplet: 0F, 6B and 96. RGB value is (15,107,150). Sum of RGB (Red+Green+Blue) = 15+107+150=272 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.51% from 272); Green value is 107 (42.19% from 255 or 39.34% from 272); Blue value is 150 (58.98% from 255 or 55.15% from 272); Max value from RGB is 150 - color contains mainly: blue. Hex color #0F6B96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6B96 is #F09469. Grayscale: #545454. Windows color (decimal): -15766634 or 9857807. OLE color: 9857807.
HSL color Cylindrical-coordinate representation of color #0F6B96: hue angle of 199.11º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F6B96 is Cyan = 0.9, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 107 | 150 | - |
| CMYK | 0.9 | 0.29 | 0 | 0.41 |
| HSL | 199.11º | 0.82% | 0.32% | - |
| HSV(B) | 199.11º | 0.9% | 0.59% | - |
| XYZ | 10.96 | 12.82 | 30.75 | - |
| YUV | 84.39 | 165.02 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 107 | 150 | 0.9 | 0.29 | 0 | 0.41 | 199.11 | 0.82 | 0.32 |
| Hex | F | 6B | 96 | 5A | 1D | 0 | 29 | C7 | 52 | 20 |
| Octal | 17 | 153 | 226 | 132 | 35 | 0 | 51 | 307 | 122 | 40 |
| Binary | 1111 | 1101011 | 10010110 | 1011010 | 11101 | 0 | 101001 | 11000111 | 1010010 | 100000 |
Color Harmonies of #0F6B96
Complementary color
Monochromatic Colors of #0F6B96
Black with #0F6B96
Text Example
Text Example
White with #0F6B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6B96; }
p { color: rgb(15,107,150); }
H1.HeaderClassName
{
color: #0F6B96;
}
.AnyTagClassName
{
color: #0F6B96;
}
</style>
background-color css
<style>
a { background-color: #0F6B96; }
a { background-color: rgb(15,107,150); }
div.DivClassName
{
background-color: #0F6B96;
}
.BgClassName
{
background-color: #0F6B96;
}
</style>
border-color css
<style>
span { border-color: #0F6B96; }
span { border-color: rgb(15,107,150); }
td.TdClassName
{
border-color: #0F6B96;
}
.TagClassName
{
border-color: #0F6B96;
}
</style>