Shades of Cerulean #067AAB
Tints of Cerulean #067AAB
RGB
CMYK
RGB Variations
Color information
#067AAB (or 0x067AAB) is known color: Cerulean. HEX triplet: 06, 7A and AB. RGB value is (6,122,171). Sum of RGB (Red+Green+Blue) = 6+122+171=299 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.01% from 299); Green value is 122 (48.05% from 255 or 40.80% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #067AAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067AAB is #F98554. Grayscale: #5C5C5C. Windows color (decimal): -16352597 or 11237894. OLE color: 11237894.
HSL color Cylindrical-coordinate representation of color #067AAB: hue angle of 197.82º 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 #067AAB is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 122 | 171 | - |
| CMYK | 0.96 | 0.29 | 0 | 0.33 |
| HSL | 197.82º | 0.93% | 0.35% | - |
| HSV(B) | 197.82º | 0.96% | 0.67% | - |
| XYZ | 14.39 | 16.9 | 41.03 | - |
| YUV | 92.9 | 172.07 | 66.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 122 | 171 | 0.96 | 0.29 | 0 | 0.33 | 197.82 | 0.93 | 0.35 |
| Hex | 6 | 7A | AB | 60 | 1D | 0 | 21 | C6 | 5D | 23 |
| Octal | 6 | 172 | 253 | 140 | 35 | 0 | 41 | 306 | 135 | 43 |
| Binary | 110 | 1111010 | 10101011 | 1100000 | 11101 | 0 | 100001 | 11000110 | 1011101 | 100011 |
Color Harmonies of #067AAB
Complementary color
Monochromatic Colors of #067AAB
Black with #067AAB
Text Example
Text Example
White with #067AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067AAB; }
p { color: rgb(6,122,171); }
H1.HeaderClassName
{
color: #067AAB;
}
.AnyTagClassName
{
color: #067AAB;
}
</style>
background-color css
<style>
a { background-color: #067AAB; }
a { background-color: rgb(6,122,171); }
div.DivClassName
{
background-color: #067AAB;
}
.BgClassName
{
background-color: #067AAB;
}
</style>
border-color css
<style>
span { border-color: #067AAB; }
span { border-color: rgb(6,122,171); }
td.TdClassName
{
border-color: #067AAB;
}
.TagClassName
{
border-color: #067AAB;
}
</style>