Shades of Cerulean #0F649C
Tints of Cerulean #0F649C
RGB
CMYK
RGB Variations
Color information
#0F649C (or 0x0F649C) is known color: Cerulean. HEX triplet: 0F, 64 and 9C. RGB value is (15,100,156). Sum of RGB (Red+Green+Blue) = 15+100+156=271 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.54% from 271); Green value is 100 (39.45% from 255 or 36.90% from 271); Blue value is 156 (61.33% from 255 or 57.56% from 271); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F649C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F649C is #F09B63. Grayscale: #505050. Windows color (decimal): -15768420 or 10249231. OLE color: 10249231.
HSL color Cylindrical-coordinate representation of color #0F649C: hue angle of 203.83º 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 #0F649C is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 15 | 100 | 156 | - |
| CMYK | 0.90 | 0.36 | 0 | 0.39 |
| HSL | 203.83º | 0.82% | 0.34% | - |
| HSV(B) | 203.83º | 0.9% | 0.61% | - |
| XYZ | 10.75 | 11.62 | 33.13 | - |
| YUV | 80.97 | 170.34 | 80.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 100 | 156 | 0.90 | 0.36 | 0 | 0.39 | 203.83 | 0.82 | 0.34 |
| Hex | F | 64 | 9C | 5A | 24 | 0 | 27 | CC | 52 | 22 |
| Octal | 17 | 144 | 234 | 132 | 44 | 0 | 47 | 314 | 122 | 42 |
| Binary | 1111 | 1100100 | 10011100 | 1011010 | 100100 | 0 | 100111 | 11001100 | 1010010 | 100010 |
Color Harmonies of #0F649C
Complementary color
Monochromatic Colors of #0F649C
Black with #0F649C
Text Example
Text Example
White with #0F649C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F649C; }
p { color: rgb(15,100,156); }
H1.HeaderClassName
{
color: #0F649C;
}
.AnyTagClassName
{
color: #0F649C;
}
</style>
background-color css
<style>
a { background-color: #0F649C; }
a { background-color: rgb(15,100,156); }
div.DivClassName
{
background-color: #0F649C;
}
.BgClassName
{
background-color: #0F649C;
}
</style>
border-color css
<style>
span { border-color: #0F649C; }
span { border-color: rgb(15,100,156); }
td.TdClassName
{
border-color: #0F649C;
}
.TagClassName
{
border-color: #0F649C;
}
</style>