Shades of Cerulean #0F779B
Tints of Cerulean #0F779B
RGB
CMYK
RGB Variations
Color information
#0F779B (or 0x0F779B) is known color: Cerulean. HEX triplet: 0F, 77 and 9B. RGB value is (15,119,155). Sum of RGB (Red+Green+Blue) = 15+119+155=289 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.19% from 289); Green value is 119 (46.88% from 255 or 41.18% from 289); Blue value is 155 (60.94% from 255 or 53.63% from 289); Max value from RGB is 155 - color contains mainly: blue. Hex color #0F779B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F779B is #F08864. Grayscale: #5B5B5B. Windows color (decimal): -15763557 or 10188559. OLE color: 10188559.
HSL color Cylindrical-coordinate representation of color #0F779B: hue angle of 195.43º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F779B is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 15 | 119 | 155 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.39 |
| HSL | 195.43º | 0.82% | 0.33% | - |
| HSV(B) | 195.43º | 0.9% | 0.61% | - |
| XYZ | 12.71 | 15.66 | 33.36 | - |
| YUV | 92.01 | 163.54 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 119 | 155 | 0.90 | 0.23 | 0 | 0.39 | 195.43 | 0.82 | 0.33 |
| Hex | F | 77 | 9B | 5A | 17 | 0 | 27 | C3 | 52 | 21 |
| Octal | 17 | 167 | 233 | 132 | 27 | 0 | 47 | 303 | 122 | 41 |
| Binary | 1111 | 1110111 | 10011011 | 1011010 | 10111 | 0 | 100111 | 11000011 | 1010010 | 100001 |
Color Harmonies of #0F779B
Complementary color
Monochromatic Colors of #0F779B
Black with #0F779B
Text Example
Text Example
White with #0F779B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F779B; }
p { color: rgb(15,119,155); }
H1.HeaderClassName
{
color: #0F779B;
}
.AnyTagClassName
{
color: #0F779B;
}
</style>
background-color css
<style>
a { background-color: #0F779B; }
a { background-color: rgb(15,119,155); }
div.DivClassName
{
background-color: #0F779B;
}
.BgClassName
{
background-color: #0F779B;
}
</style>
border-color css
<style>
span { border-color: #0F779B; }
span { border-color: rgb(15,119,155); }
td.TdClassName
{
border-color: #0F779B;
}
.TagClassName
{
border-color: #0F779B;
}
</style>