Shades of Cerulean #067A9A
Tints of Cerulean #067A9A
RGB
CMYK
RGB Variations
Color information
#067A9A (or 0x067A9A) is known color: Cerulean. HEX triplet: 06, 7A and 9A. RGB value is (6,122,154). Sum of RGB (Red+Green+Blue) = 6+122+154=282 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.13% from 282); Green value is 122 (48.05% from 255 or 43.26% from 282); Blue value is 154 (60.55% from 255 or 54.61% from 282); Max value from RGB is 154 - color contains mainly: blue. Hex color #067A9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067A9A is #F98565. Grayscale: #5A5A5A. Windows color (decimal): -16352614 or 10123782. OLE color: 10123782.
HSL color Cylindrical-coordinate representation of color #067A9A: hue angle of 192.97º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067A9A is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 122 | 154 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.40 |
| HSL | 192.97º | 0.93% | 0.31% | - |
| HSV(B) | 192.97º | 0.96% | 0.6% | - |
| XYZ | 12.87 | 16.29 | 33.04 | - |
| YUV | 90.96 | 163.57 | 67.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 122 | 154 | 0.96 | 0.21 | 0 | 0.40 | 192.97 | 0.93 | 0.31 |
| Hex | 6 | 7A | 9A | 60 | 15 | 0 | 28 | C1 | 5C | 1F |
| Octal | 6 | 172 | 232 | 140 | 25 | 0 | 50 | 301 | 134 | 37 |
| Binary | 110 | 1111010 | 10011010 | 1100000 | 10101 | 0 | 101000 | 11000001 | 1011100 | 11111 |
Color Harmonies of #067A9A
Complementary color
Monochromatic Colors of #067A9A
Black with #067A9A
Text Example
Text Example
White with #067A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067A9A; }
p { color: rgb(6,122,154); }
H1.HeaderClassName
{
color: #067A9A;
}
.AnyTagClassName
{
color: #067A9A;
}
</style>
background-color css
<style>
a { background-color: #067A9A; }
a { background-color: rgb(6,122,154); }
div.DivClassName
{
background-color: #067A9A;
}
.BgClassName
{
background-color: #067A9A;
}
</style>
border-color css
<style>
span { border-color: #067A9A; }
span { border-color: rgb(6,122,154); }
td.TdClassName
{
border-color: #067A9A;
}
.TagClassName
{
border-color: #067A9A;
}
</style>