Shades of Cerulean #0768AA
Tints of Cerulean #0768AA
RGB
CMYK
RGB Variations
Color information
#0768AA (or 0x0768AA) is known color: Cerulean. HEX triplet: 07, 68 and AA. RGB value is (7,104,170). Sum of RGB (Red+Green+Blue) = 7+104+170=281 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.49% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 170 (66.80% from 255 or 60.50% from 281); Max value from RGB is 170 - color contains mainly: blue. Hex color #0768AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0768AA is #F89755. Grayscale: #525252. Windows color (decimal): -16291670 or 11167751. OLE color: 11167751.
HSL color Cylindrical-coordinate representation of color #0768AA: hue angle of 204.29º 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 #0768AA is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 104 | 170 | - |
| CMYK | 0.96 | 0.39 | 0 | 0.33 |
| HSL | 204.29º | 0.92% | 0.35% | - |
| HSV(B) | 204.29º | 0.96% | 0.67% | - |
| XYZ | 12.29 | 12.85 | 39.86 | - |
| YUV | 82.52 | 177.36 | 74.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 104 | 170 | 0.96 | 0.39 | 0 | 0.33 | 204.29 | 0.92 | 0.35 |
| Hex | 7 | 68 | AA | 60 | 27 | 0 | 21 | CC | 5C | 23 |
| Octal | 7 | 150 | 252 | 140 | 47 | 0 | 41 | 314 | 134 | 43 |
| Binary | 111 | 1101000 | 10101010 | 1100000 | 100111 | 0 | 100001 | 11001100 | 1011100 | 100011 |
Color Harmonies of #0768AA
Complementary color
Monochromatic Colors of #0768AA
Black with #0768AA
Text Example
Text Example
White with #0768AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0768AA; }
p { color: rgb(7,104,170); }
H1.HeaderClassName
{
color: #0768AA;
}
.AnyTagClassName
{
color: #0768AA;
}
</style>
background-color css
<style>
a { background-color: #0768AA; }
a { background-color: rgb(7,104,170); }
div.DivClassName
{
background-color: #0768AA;
}
.BgClassName
{
background-color: #0768AA;
}
</style>
border-color css
<style>
span { border-color: #0768AA; }
span { border-color: rgb(7,104,170); }
td.TdClassName
{
border-color: #0768AA;
}
.TagClassName
{
border-color: #0768AA;
}
</style>