Shades of Cerulean #0787AD
Tints of Cerulean #0787AD
RGB
CMYK
RGB Variations
Color information
#0787AD (or 0x0787AD) is known color: Cerulean. HEX triplet: 07, 87 and AD. RGB value is (7,135,173). Sum of RGB (Red+Green+Blue) = 7+135+173=315 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 315); Green value is 135 (53.12% from 255 or 42.86% from 315); Blue value is 173 (67.97% from 255 or 54.92% from 315); Max value from RGB is 173 - color contains mainly: blue. Hex color #0787AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0787AD is #F87852. Grayscale: #646464. Windows color (decimal): -16283731 or 11372295. OLE color: 11372295.
HSL color Cylindrical-coordinate representation of color #0787AD: hue angle of 193.73º 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 #0787AD is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 135 | 173 | - |
| CMYK | 0.96 | 0.22 | 0 | 0.32 |
| HSL | 193.73º | 0.92% | 0.35% | - |
| HSV(B) | 193.73º | 0.96% | 0.68% | - |
| XYZ | 16.29 | 20.39 | 42.61 | - |
| YUV | 101.06 | 168.59 | 60.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 135 | 173 | 0.96 | 0.22 | 0 | 0.32 | 193.73 | 0.92 | 0.35 |
| Hex | 7 | 87 | AD | 60 | 16 | 0 | 20 | C2 | 5C | 23 |
| Octal | 7 | 207 | 255 | 140 | 26 | 0 | 40 | 302 | 134 | 43 |
| Binary | 111 | 10000111 | 10101101 | 1100000 | 10110 | 0 | 100000 | 11000010 | 1011100 | 100011 |
Color Harmonies of #0787AD
Complementary color
Monochromatic Colors of #0787AD
Black with #0787AD
Text Example
Text Example
White with #0787AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0787AD; }
p { color: rgb(7,135,173); }
H1.HeaderClassName
{
color: #0787AD;
}
.AnyTagClassName
{
color: #0787AD;
}
</style>
background-color css
<style>
a { background-color: #0787AD; }
a { background-color: rgb(7,135,173); }
div.DivClassName
{
background-color: #0787AD;
}
.BgClassName
{
background-color: #0787AD;
}
</style>
border-color css
<style>
span { border-color: #0787AD; }
span { border-color: rgb(7,135,173); }
td.TdClassName
{
border-color: #0787AD;
}
.TagClassName
{
border-color: #0787AD;
}
</style>