Shades of Cerulean #0781AE
Tints of Cerulean #0781AE
RGB
CMYK
RGB Variations
Color information
#0781AE (or 0x0781AE) is known color: Cerulean. HEX triplet: 07, 81 and AE. RGB value is (7,129,174). Sum of RGB (Red+Green+Blue) = 7+129+174=310 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.26% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 174 (68.36% from 255 or 56.13% from 310); Max value from RGB is 174 - color contains mainly: blue. Hex color #0781AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0781AE is #F87E51. Grayscale: #616161. Windows color (decimal): -16285266 or 11436295. OLE color: 11436295.
HSL color Cylindrical-coordinate representation of color #0781AE: hue angle of 196.17º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0781AE is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 129 | 174 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.32 |
| HSL | 196.17º | 0.92% | 0.35% | - |
| HSV(B) | 196.17º | 0.96% | 0.68% | - |
| XYZ | 15.58 | 18.8 | 42.85 | - |
| YUV | 97.65 | 171.08 | 63.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 129 | 174 | 0.96 | 0.26 | 0 | 0.32 | 196.17 | 0.92 | 0.35 |
| Hex | 7 | 81 | AE | 60 | 1A | 0 | 20 | C4 | 5C | 23 |
| Octal | 7 | 201 | 256 | 140 | 32 | 0 | 40 | 304 | 134 | 43 |
| Binary | 111 | 10000001 | 10101110 | 1100000 | 11010 | 0 | 100000 | 11000100 | 1011100 | 100011 |
Color Harmonies of #0781AE
Complementary color
Monochromatic Colors of #0781AE
Black with #0781AE
Text Example
Text Example
White with #0781AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0781AE; }
p { color: rgb(7,129,174); }
H1.HeaderClassName
{
color: #0781AE;
}
.AnyTagClassName
{
color: #0781AE;
}
</style>
background-color css
<style>
a { background-color: #0781AE; }
a { background-color: rgb(7,129,174); }
div.DivClassName
{
background-color: #0781AE;
}
.BgClassName
{
background-color: #0781AE;
}
</style>
border-color css
<style>
span { border-color: #0781AE; }
span { border-color: rgb(7,129,174); }
td.TdClassName
{
border-color: #0781AE;
}
.TagClassName
{
border-color: #0781AE;
}
</style>