Shades of Cerulean #06739A
Tints of Cerulean #06739A
RGB
CMYK
RGB Variations
Color information
#06739A (or 0x06739A) is known color: Cerulean. HEX triplet: 06, 73 and 9A. RGB value is (6,115,154). Sum of RGB (Red+Green+Blue) = 6+115+154=275 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.18% from 275); Green value is 115 (45.31% from 255 or 41.82% from 275); Blue value is 154 (60.55% from 255 or 56% from 275); Max value from RGB is 154 - color contains mainly: blue. Hex color #06739A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06739A is #F98C65. Grayscale: #565656. Windows color (decimal): -16354406 or 10121990. OLE color: 10121990.
HSL color Cylindrical-coordinate representation of color #06739A: hue angle of 195.81º degrees, saturation: 0.93, 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 #06739A is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 115 | 154 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.40 |
| HSL | 195.81º | 0.93% | 0.31% | - |
| HSV(B) | 195.81º | 0.96% | 0.6% | - |
| XYZ | 12.04 | 14.63 | 32.76 | - |
| YUV | 86.86 | 165.89 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 115 | 154 | 0.96 | 0.25 | 0 | 0.40 | 195.81 | 0.93 | 0.31 |
| Hex | 6 | 73 | 9A | 60 | 19 | 0 | 28 | C4 | 5C | 1F |
| Octal | 6 | 163 | 232 | 140 | 31 | 0 | 50 | 304 | 134 | 37 |
| Binary | 110 | 1110011 | 10011010 | 1100000 | 11001 | 0 | 101000 | 11000100 | 1011100 | 11111 |
Color Harmonies of #06739A
Complementary color
Monochromatic Colors of #06739A
Black with #06739A
Text Example
Text Example
White with #06739A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06739A; }
p { color: rgb(6,115,154); }
H1.HeaderClassName
{
color: #06739A;
}
.AnyTagClassName
{
color: #06739A;
}
</style>
background-color css
<style>
a { background-color: #06739A; }
a { background-color: rgb(6,115,154); }
div.DivClassName
{
background-color: #06739A;
}
.BgClassName
{
background-color: #06739A;
}
</style>
border-color css
<style>
span { border-color: #06739A; }
span { border-color: rgb(6,115,154); }
td.TdClassName
{
border-color: #06739A;
}
.TagClassName
{
border-color: #06739A;
}
</style>