Shades of Cerulean #0673AD
Tints of Cerulean #0673AD
RGB
CMYK
RGB Variations
Color information
#0673AD (or 0x0673AD) is known color: Cerulean. HEX triplet: 06, 73 and AD. RGB value is (6,115,173). Sum of RGB (Red+Green+Blue) = 6+115+173=294 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.04% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 173 (67.97% from 255 or 58.84% from 294); Max value from RGB is 173 - color contains mainly: blue. Hex color #0673AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0673AD is #F98C52. Grayscale: #585858. Windows color (decimal): -16354387 or 11367174. OLE color: 11367174.
HSL color Cylindrical-coordinate representation of color #0673AD: hue angle of 200.84º 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 #0673AD is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 6 | 115 | 173 | - |
| CMYK | 0.97 | 0.34 | 0 | 0.32 |
| HSL | 200.84º | 0.93% | 0.35% | - |
| HSV(B) | 200.84º | 0.97% | 0.68% | - |
| XYZ | 13.75 | 15.32 | 41.77 | - |
| YUV | 89.02 | 175.39 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 115 | 173 | 0.97 | 0.34 | 0 | 0.32 | 200.84 | 0.93 | 0.35 |
| Hex | 6 | 73 | AD | 61 | 22 | 0 | 20 | C9 | 5D | 23 |
| Octal | 6 | 163 | 255 | 141 | 42 | 0 | 40 | 311 | 135 | 43 |
| Binary | 110 | 1110011 | 10101101 | 1100001 | 100010 | 0 | 100000 | 11001001 | 1011101 | 100011 |
Color Harmonies of #0673AD
Complementary color
Monochromatic Colors of #0673AD
Black with #0673AD
Text Example
Text Example
White with #0673AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0673AD; }
p { color: rgb(6,115,173); }
H1.HeaderClassName
{
color: #0673AD;
}
.AnyTagClassName
{
color: #0673AD;
}
</style>
background-color css
<style>
a { background-color: #0673AD; }
a { background-color: rgb(6,115,173); }
div.DivClassName
{
background-color: #0673AD;
}
.BgClassName
{
background-color: #0673AD;
}
</style>
border-color css
<style>
span { border-color: #0673AD; }
span { border-color: rgb(6,115,173); }
td.TdClassName
{
border-color: #0673AD;
}
.TagClassName
{
border-color: #0673AD;
}
</style>