Shades of Cerulean #067AB5
Tints of Cerulean #067AB5
RGB
CMYK
RGB Variations
Color information
#067AB5 (or 0x067AB5) is known color: Cerulean. HEX triplet: 06, 7A and B5. RGB value is (6,122,181). Sum of RGB (Red+Green+Blue) = 6+122+181=309 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 181 (71.09% from 255 or 58.58% from 309); Max value from RGB is 181 - color contains mainly: blue. Hex color #067AB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067AB5 is #F9854A. Grayscale: #5D5D5D. Windows color (decimal): -16352587 or 11893254. OLE color: 11893254.
HSL color Cylindrical-coordinate representation of color #067AB5: hue angle of 200.23º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067AB5 is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 6 | 122 | 181 | - |
| CMYK | 0.97 | 0.33 | 0 | 0.29 |
| HSL | 200.23º | 0.94% | 0.37% | - |
| HSV(B) | 200.23º | 0.97% | 0.71% | - |
| XYZ | 15.38 | 17.29 | 46.24 | - |
| YUV | 94.04 | 177.07 | 65.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 122 | 181 | 0.97 | 0.33 | 0 | 0.29 | 200.23 | 0.94 | 0.37 |
| Hex | 6 | 7A | B5 | 61 | 21 | 0 | 1D | C8 | 5E | 25 |
| Octal | 6 | 172 | 265 | 141 | 41 | 0 | 35 | 310 | 136 | 45 |
| Binary | 110 | 1111010 | 10110101 | 1100001 | 100001 | 0 | 11101 | 11001000 | 1011110 | 100101 |
Color Harmonies of #067AB5
Complementary color
Monochromatic Colors of #067AB5
Black with #067AB5
Text Example
Text Example
White with #067AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067AB5; }
p { color: rgb(6,122,181); }
H1.HeaderClassName
{
color: #067AB5;
}
.AnyTagClassName
{
color: #067AB5;
}
</style>
background-color css
<style>
a { background-color: #067AB5; }
a { background-color: rgb(6,122,181); }
div.DivClassName
{
background-color: #067AB5;
}
.BgClassName
{
background-color: #067AB5;
}
</style>
border-color css
<style>
span { border-color: #067AB5; }
span { border-color: rgb(6,122,181); }
td.TdClassName
{
border-color: #067AB5;
}
.TagClassName
{
border-color: #067AB5;
}
</style>