Shades of Cerulean #067AB4
Tints of Cerulean #067AB4
RGB
CMYK
RGB Variations
Color information
#067AB4 (or 0x067AB4) is known color: Cerulean. HEX triplet: 06, 7A and B4. RGB value is (6,122,180). Sum of RGB (Red+Green+Blue) = 6+122+180=308 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 308); Green value is 122 (48.05% from 255 or 39.61% from 308); Blue value is 180 (70.70% from 255 or 58.44% from 308); Max value from RGB is 180 - color contains mainly: blue. Hex color #067AB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067AB4 is #F9854B. Grayscale: #5D5D5D. Windows color (decimal): -16352588 or 11827718. OLE color: 11827718.
HSL color Cylindrical-coordinate representation of color #067AB4: hue angle of 200º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067AB4 is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 6 | 122 | 180 | - |
| CMYK | 0.97 | 0.32 | 0 | 0.29 |
| HSL | 200º | 0.94% | 0.36% | - |
| HSV(B) | 200º | 0.97% | 0.71% | - |
| XYZ | 15.27 | 17.25 | 45.71 | - |
| YUV | 93.93 | 176.57 | 65.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 122 | 180 | 0.97 | 0.32 | 0 | 0.29 | 200 | 0.94 | 0.36 |
| Hex | 6 | 7A | B4 | 61 | 20 | 0 | 1D | C8 | 5E | 24 |
| Octal | 6 | 172 | 264 | 141 | 40 | 0 | 35 | 310 | 136 | 44 |
| Binary | 110 | 1111010 | 10110100 | 1100001 | 100000 | 0 | 11101 | 11001000 | 1011110 | 100100 |
Color Harmonies of #067AB4
Complementary color
Monochromatic Colors of #067AB4
Black with #067AB4
Text Example
Text Example
White with #067AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067AB4; }
p { color: rgb(6,122,180); }
H1.HeaderClassName
{
color: #067AB4;
}
.AnyTagClassName
{
color: #067AB4;
}
</style>
background-color css
<style>
a { background-color: #067AB4; }
a { background-color: rgb(6,122,180); }
div.DivClassName
{
background-color: #067AB4;
}
.BgClassName
{
background-color: #067AB4;
}
</style>
border-color css
<style>
span { border-color: #067AB4; }
span { border-color: rgb(6,122,180); }
td.TdClassName
{
border-color: #067AB4;
}
.TagClassName
{
border-color: #067AB4;
}
</style>