Shades of Cerulean #0766AA
Tints of Cerulean #0766AA
RGB
CMYK
RGB Variations
Color information
#0766AA (or 0x0766AA) is known color: Cerulean. HEX triplet: 07, 66 and AA. RGB value is (7,102,170). Sum of RGB (Red+Green+Blue) = 7+102+170=279 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.51% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #0766AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0766AA is #F89955. Grayscale: #505050. Windows color (decimal): -16292182 or 11167239. OLE color: 11167239.
HSL color Cylindrical-coordinate representation of color #0766AA: hue angle of 205.03º 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 #0766AA is Cyan = 0.96, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 102 | 170 | - |
| CMYK | 0.96 | 0.4 | 0 | 0.33 |
| HSL | 205.03º | 0.92% | 0.35% | - |
| HSV(B) | 205.03º | 0.96% | 0.67% | - |
| XYZ | 12.09 | 12.45 | 39.8 | - |
| YUV | 81.35 | 178.03 | 74.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 102 | 170 | 0.96 | 0.4 | 0 | 0.33 | 205.03 | 0.92 | 0.35 |
| Hex | 7 | 66 | AA | 60 | 28 | 0 | 21 | CD | 5C | 23 |
| Octal | 7 | 146 | 252 | 140 | 50 | 0 | 41 | 315 | 134 | 43 |
| Binary | 111 | 1100110 | 10101010 | 1100000 | 101000 | 0 | 100001 | 11001101 | 1011100 | 100011 |
Color Harmonies of #0766AA
Complementary color
Monochromatic Colors of #0766AA
Black with #0766AA
Text Example
Text Example
White with #0766AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0766AA; }
p { color: rgb(7,102,170); }
H1.HeaderClassName
{
color: #0766AA;
}
.AnyTagClassName
{
color: #0766AA;
}
</style>
background-color css
<style>
a { background-color: #0766AA; }
a { background-color: rgb(7,102,170); }
div.DivClassName
{
background-color: #0766AA;
}
.BgClassName
{
background-color: #0766AA;
}
</style>
border-color css
<style>
span { border-color: #0766AA; }
span { border-color: rgb(7,102,170); }
td.TdClassName
{
border-color: #0766AA;
}
.TagClassName
{
border-color: #0766AA;
}
</style>