Shades of Cerulean #0F6798
Tints of Cerulean #0F6798
RGB
CMYK
RGB Variations
Color information
#0F6798 (or 0x0F6798) is known color: Cerulean. HEX triplet: 0F, 67 and 98. RGB value is (15,103,152). Sum of RGB (Red+Green+Blue) = 15+103+152=270 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.56% from 270); Green value is 103 (40.62% from 255 or 38.15% from 270); Blue value is 152 (59.77% from 255 or 56.30% from 270); Max value from RGB is 152 - color contains mainly: blue. Hex color #0F6798 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6798 is #F09867. Grayscale: #515151. Windows color (decimal): -15767656 or 9987855. OLE color: 9987855.
HSL color Cylindrical-coordinate representation of color #0F6798: hue angle of 201.46º 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 #0F6798 is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 15 | 103 | 152 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.40 |
| HSL | 201.46º | 0.82% | 0.33% | - |
| HSV(B) | 201.46º | 0.9% | 0.6% | - |
| XYZ | 10.71 | 12.07 | 31.47 | - |
| YUV | 82.27 | 167.35 | 80.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 103 | 152 | 0.90 | 0.32 | 0 | 0.40 | 201.46 | 0.82 | 0.33 |
| Hex | F | 67 | 98 | 5A | 20 | 0 | 28 | C9 | 52 | 21 |
| Octal | 17 | 147 | 230 | 132 | 40 | 0 | 50 | 311 | 122 | 41 |
| Binary | 1111 | 1100111 | 10011000 | 1011010 | 100000 | 0 | 101000 | 11001001 | 1010010 | 100001 |
Color Harmonies of #0F6798
Complementary color
Monochromatic Colors of #0F6798
Black with #0F6798
Text Example
Text Example
White with #0F6798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6798; }
p { color: rgb(15,103,152); }
H1.HeaderClassName
{
color: #0F6798;
}
.AnyTagClassName
{
color: #0F6798;
}
</style>
background-color css
<style>
a { background-color: #0F6798; }
a { background-color: rgb(15,103,152); }
div.DivClassName
{
background-color: #0F6798;
}
.BgClassName
{
background-color: #0F6798;
}
</style>
border-color css
<style>
span { border-color: #0F6798; }
span { border-color: rgb(15,103,152); }
td.TdClassName
{
border-color: #0F6798;
}
.TagClassName
{
border-color: #0F6798;
}
</style>