Shades of Cerulean #0C6694
Tints of Cerulean #0C6694
RGB
CMYK
RGB Variations
Color information
#0C6694 (or 0x0C6694) is known color: Cerulean. HEX triplet: 0C, 66 and 94. RGB value is (12,102,148). Sum of RGB (Red+Green+Blue) = 12+102+148=262 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.58% from 262); Green value is 102 (40.23% from 255 or 38.93% from 262); Blue value is 148 (58.20% from 255 or 56.49% from 262); Max value from RGB is 148 - color contains mainly: blue. Hex color #0C6694 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C6694 is #F3996B. Grayscale: #505050. Windows color (decimal): -15964524 or 9725452. OLE color: 9725452.
HSL color Cylindrical-coordinate representation of color #0C6694: hue angle of 200.29º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C6694 is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 12 | 102 | 148 | - |
| CMYK | 0.92 | 0.31 | 0 | 0.42 |
| HSL | 200.29º | 0.85% | 0.31% | - |
| HSV(B) | 200.29º | 0.92% | 0.58% | - |
| XYZ | 10.25 | 11.72 | 29.74 | - |
| YUV | 80.33 | 166.18 | 79.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 102 | 148 | 0.92 | 0.31 | 0 | 0.42 | 200.29 | 0.85 | 0.31 |
| Hex | C | 66 | 94 | 5C | 1F | 0 | 2A | C8 | 55 | 1F |
| Octal | 14 | 146 | 224 | 134 | 37 | 0 | 52 | 310 | 125 | 37 |
| Binary | 1100 | 1100110 | 10010100 | 1011100 | 11111 | 0 | 101010 | 11001000 | 1010101 | 11111 |
Color Harmonies of #0C6694
Complementary color
Monochromatic Colors of #0C6694
Black with #0C6694
Text Example
Text Example
White with #0C6694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6694; }
p { color: rgb(12,102,148); }
H1.HeaderClassName
{
color: #0C6694;
}
.AnyTagClassName
{
color: #0C6694;
}
</style>
background-color css
<style>
a { background-color: #0C6694; }
a { background-color: rgb(12,102,148); }
div.DivClassName
{
background-color: #0C6694;
}
.BgClassName
{
background-color: #0C6694;
}
</style>
border-color css
<style>
span { border-color: #0C6694; }
span { border-color: rgb(12,102,148); }
td.TdClassName
{
border-color: #0C6694;
}
.TagClassName
{
border-color: #0C6694;
}
</style>