Shades of Cerulean #0F669D
Tints of Cerulean #0F669D
RGB
CMYK
RGB Variations
Color information
#0F669D (or 0x0F669D) is known color: Cerulean. HEX triplet: 0F, 66 and 9D. RGB value is (15,102,157). Sum of RGB (Red+Green+Blue) = 15+102+157=274 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.47% from 274); Green value is 102 (40.23% from 255 or 37.23% from 274); Blue value is 157 (61.72% from 255 or 57.30% from 274); Max value from RGB is 157 - color contains mainly: blue. Hex color #0F669D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F669D is #F09962. Grayscale: #515151. Windows color (decimal): -15767907 or 10315279. OLE color: 10315279.
HSL color Cylindrical-coordinate representation of color #0F669D: hue angle of 203.24º 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 #0F669D is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 15 | 102 | 157 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.38 |
| HSL | 203.24º | 0.83% | 0.34% | - |
| HSV(B) | 203.24º | 0.9% | 0.62% | - |
| XYZ | 11.03 | 12.04 | 33.64 | - |
| YUV | 82.26 | 170.18 | 80.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 102 | 157 | 0.90 | 0.35 | 0 | 0.38 | 203.24 | 0.83 | 0.34 |
| Hex | F | 66 | 9D | 5A | 23 | 0 | 26 | CB | 53 | 22 |
| Octal | 17 | 146 | 235 | 132 | 43 | 0 | 46 | 313 | 123 | 42 |
| Binary | 1111 | 1100110 | 10011101 | 1011010 | 100011 | 0 | 100110 | 11001011 | 1010011 | 100010 |
Color Harmonies of #0F669D
Complementary color
Monochromatic Colors of #0F669D
Black with #0F669D
Text Example
Text Example
White with #0F669D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F669D; }
p { color: rgb(15,102,157); }
H1.HeaderClassName
{
color: #0F669D;
}
.AnyTagClassName
{
color: #0F669D;
}
</style>
background-color css
<style>
a { background-color: #0F669D; }
a { background-color: rgb(15,102,157); }
div.DivClassName
{
background-color: #0F669D;
}
.BgClassName
{
background-color: #0F669D;
}
</style>
border-color css
<style>
span { border-color: #0F669D; }
span { border-color: rgb(15,102,157); }
td.TdClassName
{
border-color: #0F669D;
}
.TagClassName
{
border-color: #0F669D;
}
</style>