Shades of Cerulean #0F769A
Tints of Cerulean #0F769A
RGB
CMYK
RGB Variations
Color information
#0F769A (or 0x0F769A) is known color: Cerulean. HEX triplet: 0F, 76 and 9A. RGB value is (15,118,154). Sum of RGB (Red+Green+Blue) = 15+118+154=287 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.23% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 154 (60.55% from 255 or 53.66% from 287); Max value from RGB is 154 - color contains mainly: blue. Hex color #0F769A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F769A is #F08965. Grayscale: #5B5B5B. Windows color (decimal): -15763814 or 10122767. OLE color: 10122767.
HSL color Cylindrical-coordinate representation of color #0F769A: hue angle of 195.54º 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 #0F769A is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 15 | 118 | 154 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.40 |
| HSL | 195.54º | 0.82% | 0.33% | - |
| HSV(B) | 195.54º | 0.9% | 0.6% | - |
| XYZ | 12.51 | 15.39 | 32.88 | - |
| YUV | 91.31 | 163.38 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 118 | 154 | 0.90 | 0.23 | 0 | 0.40 | 195.54 | 0.82 | 0.33 |
| Hex | F | 76 | 9A | 5A | 17 | 0 | 28 | C4 | 52 | 21 |
| Octal | 17 | 166 | 232 | 132 | 27 | 0 | 50 | 304 | 122 | 41 |
| Binary | 1111 | 1110110 | 10011010 | 1011010 | 10111 | 0 | 101000 | 11000100 | 1010010 | 100001 |
Color Harmonies of #0F769A
Complementary color
Monochromatic Colors of #0F769A
Black with #0F769A
Text Example
Text Example
White with #0F769A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F769A; }
p { color: rgb(15,118,154); }
H1.HeaderClassName
{
color: #0F769A;
}
.AnyTagClassName
{
color: #0F769A;
}
</style>
background-color css
<style>
a { background-color: #0F769A; }
a { background-color: rgb(15,118,154); }
div.DivClassName
{
background-color: #0F769A;
}
.BgClassName
{
background-color: #0F769A;
}
</style>
border-color css
<style>
span { border-color: #0F769A; }
span { border-color: rgb(15,118,154); }
td.TdClassName
{
border-color: #0F769A;
}
.TagClassName
{
border-color: #0F769A;
}
</style>