Shades of Cerulean #0F699D
Tints of Cerulean #0F699D
RGB
CMYK
RGB Variations
Color information
#0F699D (or 0x0F699D) is known color: Cerulean. HEX triplet: 0F, 69 and 9D. RGB value is (15,105,157). Sum of RGB (Red+Green+Blue) = 15+105+157=277 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.42% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 157 (61.72% from 255 or 56.68% from 277); Max value from RGB is 157 - color contains mainly: blue. Hex color #0F699D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F699D is #F09662. Grayscale: #535353. Windows color (decimal): -15767139 or 10316047. OLE color: 10316047.
HSL color Cylindrical-coordinate representation of color #0F699D: hue angle of 201.97º 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 #0F699D is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 15 | 105 | 157 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.38 |
| HSL | 201.97º | 0.83% | 0.34% | - |
| HSV(B) | 201.97º | 0.9% | 0.62% | - |
| XYZ | 11.33 | 12.64 | 33.74 | - |
| YUV | 84.02 | 169.18 | 78.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 105 | 157 | 0.90 | 0.33 | 0 | 0.38 | 201.97 | 0.83 | 0.34 |
| Hex | F | 69 | 9D | 5A | 21 | 0 | 26 | CA | 53 | 22 |
| Octal | 17 | 151 | 235 | 132 | 41 | 0 | 46 | 312 | 123 | 42 |
| Binary | 1111 | 1101001 | 10011101 | 1011010 | 100001 | 0 | 100110 | 11001010 | 1010011 | 100010 |
Color Harmonies of #0F699D
Complementary color
Monochromatic Colors of #0F699D
Black with #0F699D
Text Example
Text Example
White with #0F699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F699D; }
p { color: rgb(15,105,157); }
H1.HeaderClassName
{
color: #0F699D;
}
.AnyTagClassName
{
color: #0F699D;
}
</style>
background-color css
<style>
a { background-color: #0F699D; }
a { background-color: rgb(15,105,157); }
div.DivClassName
{
background-color: #0F699D;
}
.BgClassName
{
background-color: #0F699D;
}
</style>
border-color css
<style>
span { border-color: #0F699D; }
span { border-color: rgb(15,105,157); }
td.TdClassName
{
border-color: #0F699D;
}
.TagClassName
{
border-color: #0F699D;
}
</style>