Shades of Cerulean #067398
Tints of Cerulean #067398
RGB
CMYK
RGB Variations
Color information
#067398 (or 0x067398) is known color: Cerulean. HEX triplet: 06, 73 and 98. RGB value is (6,115,152). Sum of RGB (Red+Green+Blue) = 6+115+152=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 115 (45.31% from 255 or 42.12% from 273); Blue value is 152 (59.77% from 255 or 55.68% from 273); Max value from RGB is 152 - color contains mainly: blue. Hex color #067398 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067398 is #F98C67. Grayscale: #565656. Windows color (decimal): -16354408 or 9990918. OLE color: 9990918.
HSL color Cylindrical-coordinate representation of color #067398: hue angle of 195.21º degrees, saturation: 0.92, 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 #067398 is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 115 | 152 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.40 |
| HSL | 195.21º | 0.92% | 0.31% | - |
| HSV(B) | 195.21º | 0.96% | 0.6% | - |
| XYZ | 11.87 | 14.57 | 31.89 | - |
| YUV | 86.63 | 164.89 | 70.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 115 | 152 | 0.96 | 0.24 | 0 | 0.40 | 195.21 | 0.92 | 0.31 |
| Hex | 6 | 73 | 98 | 60 | 18 | 0 | 28 | C3 | 5C | 1F |
| Octal | 6 | 163 | 230 | 140 | 30 | 0 | 50 | 303 | 134 | 37 |
| Binary | 110 | 1110011 | 10011000 | 1100000 | 11000 | 0 | 101000 | 11000011 | 1011100 | 11111 |
Color Harmonies of #067398
Complementary color
Monochromatic Colors of #067398
Black with #067398
Text Example
Text Example
White with #067398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067398; }
p { color: rgb(6,115,152); }
H1.HeaderClassName
{
color: #067398;
}
.AnyTagClassName
{
color: #067398;
}
</style>
background-color css
<style>
a { background-color: #067398; }
a { background-color: rgb(6,115,152); }
div.DivClassName
{
background-color: #067398;
}
.BgClassName
{
background-color: #067398;
}
</style>
border-color css
<style>
span { border-color: #067398; }
span { border-color: rgb(6,115,152); }
td.TdClassName
{
border-color: #067398;
}
.TagClassName
{
border-color: #067398;
}
</style>