Shades of Cerulean #0786AA
Tints of Cerulean #0786AA
RGB
CMYK
RGB Variations
Color information
#0786AA (or 0x0786AA) is known color: Cerulean. HEX triplet: 07, 86 and AA. RGB value is (7,134,170). Sum of RGB (Red+Green+Blue) = 7+134+170=311 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.25% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 170 (66.80% from 255 or 54.66% from 311); Max value from RGB is 170 - color contains mainly: blue. Hex color #0786AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0786AA is #F87955. Grayscale: #636363. Windows color (decimal): -16283990 or 11175431. OLE color: 11175431.
HSL color Cylindrical-coordinate representation of color #0786AA: hue angle of 193.25º 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 #0786AA is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 134 | 170 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.33 |
| HSL | 193.25º | 0.92% | 0.35% | - |
| HSV(B) | 193.25º | 0.96% | 0.67% | - |
| XYZ | 15.87 | 20 | 41.05 | - |
| YUV | 100.13 | 167.42 | 61.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 134 | 170 | 0.96 | 0.21 | 0 | 0.33 | 193.25 | 0.92 | 0.35 |
| Hex | 7 | 86 | AA | 60 | 15 | 0 | 21 | C1 | 5C | 23 |
| Octal | 7 | 206 | 252 | 140 | 25 | 0 | 41 | 301 | 134 | 43 |
| Binary | 111 | 10000110 | 10101010 | 1100000 | 10101 | 0 | 100001 | 11000001 | 1011100 | 100011 |
Color Harmonies of #0786AA
Complementary color
Monochromatic Colors of #0786AA
Black with #0786AA
Text Example
Text Example
White with #0786AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0786AA; }
p { color: rgb(7,134,170); }
H1.HeaderClassName
{
color: #0786AA;
}
.AnyTagClassName
{
color: #0786AA;
}
</style>
background-color css
<style>
a { background-color: #0786AA; }
a { background-color: rgb(7,134,170); }
div.DivClassName
{
background-color: #0786AA;
}
.BgClassName
{
background-color: #0786AA;
}
</style>
border-color css
<style>
span { border-color: #0786AA; }
span { border-color: rgb(7,134,170); }
td.TdClassName
{
border-color: #0786AA;
}
.TagClassName
{
border-color: #0786AA;
}
</style>