Shades of Cerulean #0685AD
Tints of Cerulean #0685AD
RGB
CMYK
RGB Variations
Color information
#0685AD (or 0x0685AD) is known color: Cerulean. HEX triplet: 06, 85 and AD. RGB value is (6,133,173). Sum of RGB (Red+Green+Blue) = 6+133+173=312 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.92% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #0685AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0685AD is #F97A52. Grayscale: #636363. Windows color (decimal): -16349779 or 11371782. OLE color: 11371782.
HSL color Cylindrical-coordinate representation of color #0685AD: hue angle of 194.37º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0685AD is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 6 | 133 | 173 | - |
| CMYK | 0.97 | 0.23 | 0 | 0.32 |
| HSL | 194.37º | 0.93% | 0.35% | - |
| HSV(B) | 194.37º | 0.97% | 0.68% | - |
| XYZ | 16.01 | 19.83 | 42.52 | - |
| YUV | 99.59 | 169.42 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 133 | 173 | 0.97 | 0.23 | 0 | 0.32 | 194.37 | 0.93 | 0.35 |
| Hex | 6 | 85 | AD | 61 | 17 | 0 | 20 | C2 | 5D | 23 |
| Octal | 6 | 205 | 255 | 141 | 27 | 0 | 40 | 302 | 135 | 43 |
| Binary | 110 | 10000101 | 10101101 | 1100001 | 10111 | 0 | 100000 | 11000010 | 1011101 | 100011 |
Color Harmonies of #0685AD
Complementary color
Monochromatic Colors of #0685AD
Black with #0685AD
Text Example
Text Example
White with #0685AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0685AD; }
p { color: rgb(6,133,173); }
H1.HeaderClassName
{
color: #0685AD;
}
.AnyTagClassName
{
color: #0685AD;
}
</style>
background-color css
<style>
a { background-color: #0685AD; }
a { background-color: rgb(6,133,173); }
div.DivClassName
{
background-color: #0685AD;
}
.BgClassName
{
background-color: #0685AD;
}
</style>
border-color css
<style>
span { border-color: #0685AD; }
span { border-color: rgb(6,133,173); }
td.TdClassName
{
border-color: #0685AD;
}
.TagClassName
{
border-color: #0685AD;
}
</style>