Shades of Cerulean #067090
Tints of Cerulean #067090
RGB
CMYK
RGB Variations
Color information
#067090 (or 0x067090) is known color: Cerulean. HEX triplet: 06, 70 and 90. RGB value is (6,112,144). Sum of RGB (Red+Green+Blue) = 6+112+144=262 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.29% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 144 (56.64% from 255 or 54.96% from 262); Max value from RGB is 144 - color contains mainly: blue. Hex color #067090 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067090 is #F98F6F. Grayscale: #535353. Windows color (decimal): -16355184 or 9465862. OLE color: 9465862.
HSL color Cylindrical-coordinate representation of color #067090: hue angle of 193.91º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067090 is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 112 | 144 | - |
| CMYK | 0.96 | 0.22 | 0 | 0.44 |
| HSL | 193.91º | 0.92% | 0.29% | - |
| HSV(B) | 193.91º | 0.96% | 0.56% | - |
| XYZ | 10.9 | 13.64 | 28.44 | - |
| YUV | 83.95 | 161.88 | 72.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 112 | 144 | 0.96 | 0.22 | 0 | 0.44 | 193.91 | 0.92 | 0.29 |
| Hex | 6 | 70 | 90 | 60 | 16 | 0 | 2C | C2 | 5C | 1D |
| Octal | 6 | 160 | 220 | 140 | 26 | 0 | 54 | 302 | 134 | 35 |
| Binary | 110 | 1110000 | 10010000 | 1100000 | 10110 | 0 | 101100 | 11000010 | 1011100 | 11101 |
Color Harmonies of #067090
Complementary color
Monochromatic Colors of #067090
Black with #067090
Text Example
Text Example
White with #067090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067090; }
p { color: rgb(6,112,144); }
H1.HeaderClassName
{
color: #067090;
}
.AnyTagClassName
{
color: #067090;
}
</style>
background-color css
<style>
a { background-color: #067090; }
a { background-color: rgb(6,112,144); }
div.DivClassName
{
background-color: #067090;
}
.BgClassName
{
background-color: #067090;
}
</style>
border-color css
<style>
span { border-color: #067090; }
span { border-color: rgb(6,112,144); }
td.TdClassName
{
border-color: #067090;
}
.TagClassName
{
border-color: #067090;
}
</style>