Shades of Cerulean #067AB1
Tints of Cerulean #067AB1
RGB
CMYK
RGB Variations
Color information
#067AB1 (or 0x067AB1) is known color: Cerulean. HEX triplet: 06, 7A and B1. RGB value is (6,122,177). Sum of RGB (Red+Green+Blue) = 6+122+177=305 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 177 (69.53% from 255 or 58.03% from 305); Max value from RGB is 177 - color contains mainly: blue. Hex color #067AB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067AB1 is #F9854E. Grayscale: #5D5D5D. Windows color (decimal): -16352591 or 11631110. OLE color: 11631110.
HSL color Cylindrical-coordinate representation of color #067AB1: hue angle of 199.3º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067AB1 is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 6 | 122 | 177 | - |
| CMYK | 0.97 | 0.31 | 0 | 0.31 |
| HSL | 199.3º | 0.93% | 0.36% | - |
| HSV(B) | 199.3º | 0.97% | 0.69% | - |
| XYZ | 14.97 | 17.13 | 44.11 | - |
| YUV | 93.59 | 175.07 | 65.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 122 | 177 | 0.97 | 0.31 | 0 | 0.31 | 199.3 | 0.93 | 0.36 |
| Hex | 6 | 7A | B1 | 61 | 1F | 0 | 1F | C7 | 5D | 24 |
| Octal | 6 | 172 | 261 | 141 | 37 | 0 | 37 | 307 | 135 | 44 |
| Binary | 110 | 1111010 | 10110001 | 1100001 | 11111 | 0 | 11111 | 11000111 | 1011101 | 100100 |
Color Harmonies of #067AB1
Complementary color
Monochromatic Colors of #067AB1
Black with #067AB1
Text Example
Text Example
White with #067AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067AB1; }
p { color: rgb(6,122,177); }
H1.HeaderClassName
{
color: #067AB1;
}
.AnyTagClassName
{
color: #067AB1;
}
</style>
background-color css
<style>
a { background-color: #067AB1; }
a { background-color: rgb(6,122,177); }
div.DivClassName
{
background-color: #067AB1;
}
.BgClassName
{
background-color: #067AB1;
}
</style>
border-color css
<style>
span { border-color: #067AB1; }
span { border-color: rgb(6,122,177); }
td.TdClassName
{
border-color: #067AB1;
}
.TagClassName
{
border-color: #067AB1;
}
</style>