Shades of Cerulean #0670AB
Tints of Cerulean #0670AB
RGB
CMYK
RGB Variations
Color information
#0670AB (or 0x0670AB) is known color: Cerulean. HEX triplet: 06, 70 and AB. RGB value is (6,112,171). Sum of RGB (Red+Green+Blue) = 6+112+171=289 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #0670AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0670AB is #F98F54. Grayscale: #565656. Windows color (decimal): -16355157 or 11235334. OLE color: 11235334.
HSL color Cylindrical-coordinate representation of color #0670AB: hue angle of 201.45º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0670AB is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 112 | 171 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.33 |
| HSL | 201.45º | 0.93% | 0.35% | - |
| HSV(B) | 201.45º | 0.96% | 0.67% | - |
| XYZ | 13.22 | 14.57 | 40.64 | - |
| YUV | 87.03 | 175.38 | 70.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 112 | 171 | 0.96 | 0.35 | 0 | 0.33 | 201.45 | 0.93 | 0.35 |
| Hex | 6 | 70 | AB | 60 | 23 | 0 | 21 | C9 | 5D | 23 |
| Octal | 6 | 160 | 253 | 140 | 43 | 0 | 41 | 311 | 135 | 43 |
| Binary | 110 | 1110000 | 10101011 | 1100000 | 100011 | 0 | 100001 | 11001001 | 1011101 | 100011 |
Color Harmonies of #0670AB
Complementary color
Monochromatic Colors of #0670AB
Black with #0670AB
Text Example
Text Example
White with #0670AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0670AB; }
p { color: rgb(6,112,171); }
H1.HeaderClassName
{
color: #0670AB;
}
.AnyTagClassName
{
color: #0670AB;
}
</style>
background-color css
<style>
a { background-color: #0670AB; }
a { background-color: rgb(6,112,171); }
div.DivClassName
{
background-color: #0670AB;
}
.BgClassName
{
background-color: #0670AB;
}
</style>
border-color css
<style>
span { border-color: #0670AB; }
span { border-color: rgb(6,112,171); }
td.TdClassName
{
border-color: #0670AB;
}
.TagClassName
{
border-color: #0670AB;
}
</style>