Shades of Cerulean #0F6C9D
Tints of Cerulean #0F6C9D
RGB
CMYK
RGB Variations
Color information
#0F6C9D (or 0x0F6C9D) is known color: Cerulean. HEX triplet: 0F, 6C and 9D. RGB value is (15,108,157). Sum of RGB (Red+Green+Blue) = 15+108+157=280 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.36% from 280); Green value is 108 (42.58% from 255 or 38.57% from 280); Blue value is 157 (61.72% from 255 or 56.07% from 280); Max value from RGB is 157 - color contains mainly: blue. Hex color #0F6C9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6C9D is #F09362. Grayscale: #555555. Windows color (decimal): -15766371 or 10316815. OLE color: 10316815.
HSL color Cylindrical-coordinate representation of color #0F6C9D: hue angle of 200.7º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F6C9D is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 15 | 108 | 157 | - |
| CMYK | 0.90 | 0.31 | 0 | 0.38 |
| HSL | 200.7º | 0.83% | 0.34% | - |
| HSV(B) | 200.7º | 0.9% | 0.62% | - |
| XYZ | 11.65 | 13.26 | 33.84 | - |
| YUV | 85.78 | 168.19 | 77.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 108 | 157 | 0.90 | 0.31 | 0 | 0.38 | 200.7 | 0.83 | 0.34 |
| Hex | F | 6C | 9D | 5A | 1F | 0 | 26 | C9 | 53 | 22 |
| Octal | 17 | 154 | 235 | 132 | 37 | 0 | 46 | 311 | 123 | 42 |
| Binary | 1111 | 1101100 | 10011101 | 1011010 | 11111 | 0 | 100110 | 11001001 | 1010011 | 100010 |
Color Harmonies of #0F6C9D
Complementary color
Monochromatic Colors of #0F6C9D
Black with #0F6C9D
Text Example
Text Example
White with #0F6C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6C9D; }
p { color: rgb(15,108,157); }
H1.HeaderClassName
{
color: #0F6C9D;
}
.AnyTagClassName
{
color: #0F6C9D;
}
</style>
background-color css
<style>
a { background-color: #0F6C9D; }
a { background-color: rgb(15,108,157); }
div.DivClassName
{
background-color: #0F6C9D;
}
.BgClassName
{
background-color: #0F6C9D;
}
</style>
border-color css
<style>
span { border-color: #0F6C9D; }
span { border-color: rgb(15,108,157); }
td.TdClassName
{
border-color: #0F6C9D;
}
.TagClassName
{
border-color: #0F6C9D;
}
</style>