Shades of Cerulean #067293
Tints of Cerulean #067293
RGB
CMYK
RGB Variations
Color information
#067293 (or 0x067293) is known color: Cerulean. HEX triplet: 06, 72 and 93. RGB value is (6,114,147). Sum of RGB (Red+Green+Blue) = 6+114+147=267 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.25% from 267); Green value is 114 (44.92% from 255 or 42.70% from 267); Blue value is 147 (57.81% from 255 or 55.06% from 267); Max value from RGB is 147 - color contains mainly: blue. Hex color #067293 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067293 is #F98D6C. Grayscale: #555555. Windows color (decimal): -16354669 or 9662982. OLE color: 9662982.
HSL color Cylindrical-coordinate representation of color #067293: hue angle of 194.04º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067293 is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 114 | 147 | - |
| CMYK | 0.96 | 0.22 | 0 | 0.42 |
| HSL | 194.04º | 0.92% | 0.3% | - |
| HSV(B) | 194.04º | 0.96% | 0.58% | - |
| XYZ | 11.36 | 14.18 | 29.74 | - |
| YUV | 85.47 | 162.72 | 71.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 114 | 147 | 0.96 | 0.22 | 0 | 0.42 | 194.04 | 0.92 | 0.3 |
| Hex | 6 | 72 | 93 | 60 | 16 | 0 | 2A | C2 | 5C | 1E |
| Octal | 6 | 162 | 223 | 140 | 26 | 0 | 52 | 302 | 134 | 36 |
| Binary | 110 | 1110010 | 10010011 | 1100000 | 10110 | 0 | 101010 | 11000010 | 1011100 | 11110 |
Color Harmonies of #067293
Complementary color
Monochromatic Colors of #067293
Black with #067293
Text Example
Text Example
White with #067293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067293; }
p { color: rgb(6,114,147); }
H1.HeaderClassName
{
color: #067293;
}
.AnyTagClassName
{
color: #067293;
}
</style>
background-color css
<style>
a { background-color: #067293; }
a { background-color: rgb(6,114,147); }
div.DivClassName
{
background-color: #067293;
}
.BgClassName
{
background-color: #067293;
}
</style>
border-color css
<style>
span { border-color: #067293; }
span { border-color: rgb(6,114,147); }
td.TdClassName
{
border-color: #067293;
}
.TagClassName
{
border-color: #067293;
}
</style>