Shades of Cerulean #0F669C
Tints of Cerulean #0F669C
RGB
CMYK
RGB Variations
Color information
#0F669C (or 0x0F669C) is known color: Cerulean. HEX triplet: 0F, 66 and 9C. RGB value is (15,102,156). Sum of RGB (Red+Green+Blue) = 15+102+156=273 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.49% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 156 (61.33% from 255 or 57.14% from 273); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F669C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F669C is #F09963. Grayscale: #515151. Windows color (decimal): -15767908 or 10249743. OLE color: 10249743.
HSL color Cylindrical-coordinate representation of color #0F669C: hue angle of 202.98º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F669C is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 15 | 102 | 156 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.39 |
| HSL | 202.98º | 0.82% | 0.34% | - |
| HSV(B) | 202.98º | 0.9% | 0.61% | - |
| XYZ | 10.95 | 12 | 33.19 | - |
| YUV | 82.14 | 169.68 | 80.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 102 | 156 | 0.90 | 0.35 | 0 | 0.39 | 202.98 | 0.82 | 0.34 |
| Hex | F | 66 | 9C | 5A | 23 | 0 | 27 | CB | 52 | 22 |
| Octal | 17 | 146 | 234 | 132 | 43 | 0 | 47 | 313 | 122 | 42 |
| Binary | 1111 | 1100110 | 10011100 | 1011010 | 100011 | 0 | 100111 | 11001011 | 1010010 | 100010 |
Color Harmonies of #0F669C
Complementary color
Monochromatic Colors of #0F669C
Black with #0F669C
Text Example
Text Example
White with #0F669C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F669C; }
p { color: rgb(15,102,156); }
H1.HeaderClassName
{
color: #0F669C;
}
.AnyTagClassName
{
color: #0F669C;
}
</style>
background-color css
<style>
a { background-color: #0F669C; }
a { background-color: rgb(15,102,156); }
div.DivClassName
{
background-color: #0F669C;
}
.BgClassName
{
background-color: #0F669C;
}
</style>
border-color css
<style>
span { border-color: #0F669C; }
span { border-color: rgb(15,102,156); }
td.TdClassName
{
border-color: #0F669C;
}
.TagClassName
{
border-color: #0F669C;
}
</style>