Shades of Cerulean #0671AB
Tints of Cerulean #0671AB
RGB
CMYK
RGB Variations
Color information
#0671AB (or 0x0671AB) is known color: Cerulean. HEX triplet: 06, 71 and AB. RGB value is (6,113,171). Sum of RGB (Red+Green+Blue) = 6+113+171=290 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.07% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 171 (67.19% from 255 or 58.97% from 290); Max value from RGB is 171 - color contains mainly: blue. Hex color #0671AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0671AB is #F98E54. Grayscale: #575757. Windows color (decimal): -16354901 or 11235590. OLE color: 11235590.
HSL color Cylindrical-coordinate representation of color #0671AB: hue angle of 201.09º 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 #0671AB is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 113 | 171 | - |
| CMYK | 0.96 | 0.34 | 0 | 0.33 |
| HSL | 201.09º | 0.93% | 0.35% | - |
| HSV(B) | 201.09º | 0.96% | 0.67% | - |
| XYZ | 13.33 | 14.79 | 40.68 | - |
| YUV | 87.62 | 175.05 | 69.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 113 | 171 | 0.96 | 0.34 | 0 | 0.33 | 201.09 | 0.93 | 0.35 |
| Hex | 6 | 71 | AB | 60 | 22 | 0 | 21 | C9 | 5D | 23 |
| Octal | 6 | 161 | 253 | 140 | 42 | 0 | 41 | 311 | 135 | 43 |
| Binary | 110 | 1110001 | 10101011 | 1100000 | 100010 | 0 | 100001 | 11001001 | 1011101 | 100011 |
Color Harmonies of #0671AB
Complementary color
Monochromatic Colors of #0671AB
Black with #0671AB
Text Example
Text Example
White with #0671AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0671AB; }
p { color: rgb(6,113,171); }
H1.HeaderClassName
{
color: #0671AB;
}
.AnyTagClassName
{
color: #0671AB;
}
</style>
background-color css
<style>
a { background-color: #0671AB; }
a { background-color: rgb(6,113,171); }
div.DivClassName
{
background-color: #0671AB;
}
.BgClassName
{
background-color: #0671AB;
}
</style>
border-color css
<style>
span { border-color: #0671AB; }
span { border-color: rgb(6,113,171); }
td.TdClassName
{
border-color: #0671AB;
}
.TagClassName
{
border-color: #0671AB;
}
</style>