Shades of Cerulean #067397
Tints of Cerulean #067397
RGB
CMYK
RGB Variations
Color information
#067397 (or 0x067397) is known color: Cerulean. HEX triplet: 06, 73 and 97. RGB value is (6,115,151). Sum of RGB (Red+Green+Blue) = 6+115+151=272 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 272); Green value is 115 (45.31% from 255 or 42.28% from 272); Blue value is 151 (59.38% from 255 or 55.51% from 272); Max value from RGB is 151 - color contains mainly: blue. Hex color #067397 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067397 is #F98C68. Grayscale: #565656. Windows color (decimal): -16354409 or 9925382. OLE color: 9925382.
HSL color Cylindrical-coordinate representation of color #067397: hue angle of 194.9º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067397 is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 6 | 115 | 151 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.41 |
| HSL | 194.9º | 0.92% | 0.31% | - |
| HSV(B) | 194.9º | 0.96% | 0.59% | - |
| XYZ | 11.79 | 14.53 | 31.46 | - |
| YUV | 86.51 | 164.39 | 70.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 115 | 151 | 0.96 | 0.24 | 0 | 0.41 | 194.9 | 0.92 | 0.31 |
| Hex | 6 | 73 | 97 | 60 | 18 | 0 | 29 | C3 | 5C | 1F |
| Octal | 6 | 163 | 227 | 140 | 30 | 0 | 51 | 303 | 134 | 37 |
| Binary | 110 | 1110011 | 10010111 | 1100000 | 11000 | 0 | 101001 | 11000011 | 1011100 | 11111 |
Color Harmonies of #067397
Complementary color
Monochromatic Colors of #067397
Black with #067397
Text Example
Text Example
White with #067397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067397; }
p { color: rgb(6,115,151); }
H1.HeaderClassName
{
color: #067397;
}
.AnyTagClassName
{
color: #067397;
}
</style>
background-color css
<style>
a { background-color: #067397; }
a { background-color: rgb(6,115,151); }
div.DivClassName
{
background-color: #067397;
}
.BgClassName
{
background-color: #067397;
}
</style>
border-color css
<style>
span { border-color: #067397; }
span { border-color: rgb(6,115,151); }
td.TdClassName
{
border-color: #067397;
}
.TagClassName
{
border-color: #067397;
}
</style>