Shades of Cerulean #0670AD
Tints of Cerulean #0670AD
RGB
CMYK
RGB Variations
Color information
#0670AD (or 0x0670AD) is known color: Cerulean. HEX triplet: 06, 70 and AD. RGB value is (6,112,173). Sum of RGB (Red+Green+Blue) = 6+112+173=291 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.06% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 173 (67.97% from 255 or 59.45% from 291); Max value from RGB is 173 - color contains mainly: blue. Hex color #0670AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0670AD is #F98F52. Grayscale: #565656. Windows color (decimal): -16355155 or 11366406. OLE color: 11366406.
HSL color Cylindrical-coordinate representation of color #0670AD: hue angle of 201.92º 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 #0670AD is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 6 | 112 | 173 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.32 |
| HSL | 201.92º | 0.93% | 0.35% | - |
| HSV(B) | 201.92º | 0.97% | 0.68% | - |
| XYZ | 13.41 | 14.64 | 41.65 | - |
| YUV | 87.26 | 176.38 | 70.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 112 | 173 | 0.97 | 0.35 | 0 | 0.32 | 201.92 | 0.93 | 0.35 |
| Hex | 6 | 70 | AD | 61 | 23 | 0 | 20 | CA | 5D | 23 |
| Octal | 6 | 160 | 255 | 141 | 43 | 0 | 40 | 312 | 135 | 43 |
| Binary | 110 | 1110000 | 10101101 | 1100001 | 100011 | 0 | 100000 | 11001010 | 1011101 | 100011 |
Color Harmonies of #0670AD
Complementary color
Monochromatic Colors of #0670AD
Black with #0670AD
Text Example
Text Example
White with #0670AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0670AD; }
p { color: rgb(6,112,173); }
H1.HeaderClassName
{
color: #0670AD;
}
.AnyTagClassName
{
color: #0670AD;
}
</style>
background-color css
<style>
a { background-color: #0670AD; }
a { background-color: rgb(6,112,173); }
div.DivClassName
{
background-color: #0670AD;
}
.BgClassName
{
background-color: #0670AD;
}
</style>
border-color css
<style>
span { border-color: #0670AD; }
span { border-color: rgb(6,112,173); }
td.TdClassName
{
border-color: #0670AD;
}
.TagClassName
{
border-color: #0670AD;
}
</style>