Shades of Cerulean #0F6799
Tints of Cerulean #0F6799
RGB
CMYK
RGB Variations
Color information
#0F6799 (or 0x0F6799) is known color: Cerulean. HEX triplet: 0F, 67 and 99. RGB value is (15,103,153). Sum of RGB (Red+Green+Blue) = 15+103+153=271 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.54% from 271); Green value is 103 (40.62% from 255 or 38.01% from 271); Blue value is 153 (60.16% from 255 or 56.46% from 271); Max value from RGB is 153 - color contains mainly: blue. Hex color #0F6799 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6799 is #F09866. Grayscale: #525252. Windows color (decimal): -15767655 or 10053391. OLE color: 10053391.
HSL color Cylindrical-coordinate representation of color #0F6799: hue angle of 201.74º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F6799 is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 15 | 103 | 153 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.4 |
| HSL | 201.74º | 0.82% | 0.33% | - |
| HSV(B) | 201.74º | 0.9% | 0.6% | - |
| XYZ | 10.8 | 12.1 | 31.9 | - |
| YUV | 82.39 | 167.85 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 103 | 153 | 0.90 | 0.33 | 0 | 0.4 | 201.74 | 0.82 | 0.33 |
| Hex | F | 67 | 99 | 5A | 21 | 0 | 28 | CA | 52 | 21 |
| Octal | 17 | 147 | 231 | 132 | 41 | 0 | 50 | 312 | 122 | 41 |
| Binary | 1111 | 1100111 | 10011001 | 1011010 | 100001 | 0 | 101000 | 11001010 | 1010010 | 100001 |
Color Harmonies of #0F6799
Complementary color
Monochromatic Colors of #0F6799
Black with #0F6799
Text Example
Text Example
White with #0F6799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6799; }
p { color: rgb(15,103,153); }
H1.HeaderClassName
{
color: #0F6799;
}
.AnyTagClassName
{
color: #0F6799;
}
</style>
background-color css
<style>
a { background-color: #0F6799; }
a { background-color: rgb(15,103,153); }
div.DivClassName
{
background-color: #0F6799;
}
.BgClassName
{
background-color: #0F6799;
}
</style>
border-color css
<style>
span { border-color: #0F6799; }
span { border-color: rgb(15,103,153); }
td.TdClassName
{
border-color: #0F6799;
}
.TagClassName
{
border-color: #0F6799;
}
</style>