Shades of Cerulean #0768AC
Tints of Cerulean #0768AC
RGB
CMYK
RGB Variations
Color information
#0768AC (or 0x0768AC) is known color: Cerulean. HEX triplet: 07, 68 and AC. RGB value is (7,104,172). Sum of RGB (Red+Green+Blue) = 7+104+172=283 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.47% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 172 (67.58% from 255 or 60.78% from 283); Max value from RGB is 172 - color contains mainly: blue. Hex color #0768AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0768AC is #F89753. Grayscale: #525252. Windows color (decimal): -16291668 or 11298823. OLE color: 11298823.
HSL color Cylindrical-coordinate representation of color #0768AC: hue angle of 204.73º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0768AC is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 104 | 172 | - |
| CMYK | 0.96 | 0.40 | 0 | 0.33 |
| HSL | 204.73º | 0.92% | 0.35% | - |
| HSV(B) | 204.73º | 0.96% | 0.67% | - |
| XYZ | 12.48 | 12.92 | 40.87 | - |
| YUV | 82.75 | 178.36 | 73.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 104 | 172 | 0.96 | 0.40 | 0 | 0.33 | 204.73 | 0.92 | 0.35 |
| Hex | 7 | 68 | AC | 60 | 28 | 0 | 21 | CD | 5C | 23 |
| Octal | 7 | 150 | 254 | 140 | 50 | 0 | 41 | 315 | 134 | 43 |
| Binary | 111 | 1101000 | 10101100 | 1100000 | 101000 | 0 | 100001 | 11001101 | 1011100 | 100011 |
Color Harmonies of #0768AC
Complementary color
Monochromatic Colors of #0768AC
Black with #0768AC
Text Example
Text Example
White with #0768AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0768AC; }
p { color: rgb(7,104,172); }
H1.HeaderClassName
{
color: #0768AC;
}
.AnyTagClassName
{
color: #0768AC;
}
</style>
background-color css
<style>
a { background-color: #0768AC; }
a { background-color: rgb(7,104,172); }
div.DivClassName
{
background-color: #0768AC;
}
.BgClassName
{
background-color: #0768AC;
}
</style>
border-color css
<style>
span { border-color: #0768AC; }
span { border-color: rgb(7,104,172); }
td.TdClassName
{
border-color: #0768AC;
}
.TagClassName
{
border-color: #0768AC;
}
</style>