Shades of Cerulean #006796
Tints of Cerulean #006796
RGB
CMYK
RGB Variations
Color information
#006796 (or 0x006796) is known color: Cerulean. HEX triplet: 00, 67 and 96. RGB value is (0,103,150). Sum of RGB (Red+Green+Blue) = 0+103+150=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 103 (40.62% from 255 or 40.71% from 253); Blue value is 150 (58.98% from 255 or 59.29% from 253); Max value from RGB is 150 - color contains mainly: blue. Hex color #006796 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006796 is #FF9869. Grayscale: #4D4D4D. Windows color (decimal): -16750698 or 9856768. OLE color: 9856768.
HSL color Cylindrical-coordinate representation of color #006796: hue angle of 198.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006796 is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 103 | 150 | - |
| CMYK | 1 | 0.31 | 0 | 0.41 |
| HSL | 198.8º | 1% | 0.29% | - |
| HSV(B) | 198.8º | 1% | 0.59% | - |
| XYZ | 10.36 | 11.9 | 30.61 | - |
| YUV | 77.56 | 168.88 | 72.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 103 | 150 | 1 | 0.31 | 0 | 0.41 | 198.8 | 1 | 0.29 |
| Hex | 0 | 67 | 96 | 64 | 1F | 0 | 29 | C7 | 64 | 1D |
| Octal | 0 | 147 | 226 | 144 | 37 | 0 | 51 | 307 | 144 | 35 |
| Binary | 0 | 1100111 | 10010110 | 1100100 | 11111 | 0 | 101001 | 11000111 | 1100100 | 11101 |
Color Harmonies of #006796
Complementary color
Monochromatic Colors of #006796
Black with #006796
Text Example
Text Example
White with #006796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006796; }
p { color: rgb(0,103,150); }
H1.HeaderClassName
{
color: #006796;
}
.AnyTagClassName
{
color: #006796;
}
</style>
background-color css
<style>
a { background-color: #006796; }
a { background-color: rgb(0,103,150); }
div.DivClassName
{
background-color: #006796;
}
.BgClassName
{
background-color: #006796;
}
</style>
border-color css
<style>
span { border-color: #006796; }
span { border-color: rgb(0,103,150); }
td.TdClassName
{
border-color: #006796;
}
.TagClassName
{
border-color: #006796;
}
</style>