Shades of Cerulean #067390
Tints of Cerulean #067390
RGB
CMYK
RGB Variations
Color information
#067390 (or 0x067390) is known color: Cerulean. HEX triplet: 06, 73 and 90. RGB value is (6,115,144). Sum of RGB (Red+Green+Blue) = 6+115+144=265 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 265); Green value is 115 (45.31% from 255 or 43.40% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #067390 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067390 is #F98C6F. Grayscale: #555555. Windows color (decimal): -16354416 or 9466630. OLE color: 9466630.
HSL color Cylindrical-coordinate representation of color #067390: hue angle of 192.61º 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 #067390 is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 115 | 144 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.44 |
| HSL | 192.61º | 0.92% | 0.29% | - |
| HSV(B) | 192.61º | 0.96% | 0.56% | - |
| XYZ | 11.24 | 14.31 | 28.56 | - |
| YUV | 85.72 | 160.89 | 71.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 115 | 144 | 0.96 | 0.20 | 0 | 0.44 | 192.61 | 0.92 | 0.29 |
| Hex | 6 | 73 | 90 | 60 | 14 | 0 | 2C | C1 | 5C | 1D |
| Octal | 6 | 163 | 220 | 140 | 24 | 0 | 54 | 301 | 134 | 35 |
| Binary | 110 | 1110011 | 10010000 | 1100000 | 10100 | 0 | 101100 | 11000001 | 1011100 | 11101 |
Color Harmonies of #067390
Complementary color
Monochromatic Colors of #067390
Black with #067390
Text Example
Text Example
White with #067390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067390; }
p { color: rgb(6,115,144); }
H1.HeaderClassName
{
color: #067390;
}
.AnyTagClassName
{
color: #067390;
}
</style>
background-color css
<style>
a { background-color: #067390; }
a { background-color: rgb(6,115,144); }
div.DivClassName
{
background-color: #067390;
}
.BgClassName
{
background-color: #067390;
}
</style>
border-color css
<style>
span { border-color: #067390; }
span { border-color: rgb(6,115,144); }
td.TdClassName
{
border-color: #067390;
}
.TagClassName
{
border-color: #067390;
}
</style>