Shades of Cerulean #067CAC
Tints of Cerulean #067CAC
RGB
CMYK
RGB Variations
Color information
#067CAC (or 0x067CAC) is known color: Cerulean. HEX triplet: 06, 7C and AC. RGB value is (6,124,172). Sum of RGB (Red+Green+Blue) = 6+124+172=302 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 302); Green value is 124 (48.83% from 255 or 41.06% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #067CAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067CAC is #F98353. Grayscale: #5D5D5D. Windows color (decimal): -16352084 or 11303942. OLE color: 11303942.
HSL color Cylindrical-coordinate representation of color #067CAC: hue angle of 197.35º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067CAC is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 124 | 172 | - |
| CMYK | 0.97 | 0.28 | 0 | 0.33 |
| HSL | 197.35º | 0.93% | 0.35% | - |
| HSV(B) | 197.35º | 0.97% | 0.67% | - |
| XYZ | 14.73 | 17.43 | 41.62 | - |
| YUV | 94.19 | 171.91 | 65.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 124 | 172 | 0.97 | 0.28 | 0 | 0.33 | 197.35 | 0.93 | 0.35 |
| Hex | 6 | 7C | AC | 61 | 1C | 0 | 21 | C5 | 5D | 23 |
| Octal | 6 | 174 | 254 | 141 | 34 | 0 | 41 | 305 | 135 | 43 |
| Binary | 110 | 1111100 | 10101100 | 1100001 | 11100 | 0 | 100001 | 11000101 | 1011101 | 100011 |
Color Harmonies of #067CAC
Complementary color
Monochromatic Colors of #067CAC
Black with #067CAC
Text Example
Text Example
White with #067CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067CAC; }
p { color: rgb(6,124,172); }
H1.HeaderClassName
{
color: #067CAC;
}
.AnyTagClassName
{
color: #067CAC;
}
</style>
background-color css
<style>
a { background-color: #067CAC; }
a { background-color: rgb(6,124,172); }
div.DivClassName
{
background-color: #067CAC;
}
.BgClassName
{
background-color: #067CAC;
}
</style>
border-color css
<style>
span { border-color: #067CAC; }
span { border-color: rgb(6,124,172); }
td.TdClassName
{
border-color: #067CAC;
}
.TagClassName
{
border-color: #067CAC;
}
</style>