Shades of Cerulean #006DA0
Tints of Cerulean #006DA0
RGB
CMYK
RGB Variations
Color information
#006DA0 (or 0x006DA0) is known color: Cerulean. HEX triplet: 00, 6D and A0. RGB value is (0,109,160). Sum of RGB (Red+Green+Blue) = 0+109+160=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 109 (42.97% from 255 or 40.52% from 269); Blue value is 160 (62.89% from 255 or 59.48% from 269); Max value from RGB is 160 - color contains mainly: blue. Hex color #006DA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006DA0 is #FF925F. Grayscale: #515151. Windows color (decimal): -16749152 or 10513664. OLE color: 10513664.
HSL color Cylindrical-coordinate representation of color #006DA0: hue angle of 199.12º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006DA0 is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 0 | 109 | 160 | - |
| CMYK | 1 | 0.32 | 0 | 0.37 |
| HSL | 199.13º | 1% | 0.31% | - |
| HSV(B) | 199.13º | 1% | 0.63% | - |
| XYZ | 11.81 | 13.48 | 35.24 | - |
| YUV | 82.22 | 171.89 | 69.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 109 | 160 | 1 | 0.32 | 0 | 0.37 | 199.13 | 1 | 0.31 |
| Hex | 0 | 6D | A0 | 64 | 20 | 0 | 25 | C7 | 64 | 1F |
| Octal | 0 | 155 | 240 | 144 | 40 | 0 | 45 | 307 | 144 | 37 |
| Binary | 0 | 1101101 | 10100000 | 1100100 | 100000 | 0 | 100101 | 11000111 | 1100100 | 11111 |
Color Harmonies of #006DA0
Complementary color
Monochromatic Colors of #006DA0
Black with #006DA0
Text Example
Text Example
White with #006DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006DA0; }
p { color: rgb(0,109,160); }
H1.HeaderClassName
{
color: #006DA0;
}
.AnyTagClassName
{
color: #006DA0;
}
</style>
background-color css
<style>
a { background-color: #006DA0; }
a { background-color: rgb(0,109,160); }
div.DivClassName
{
background-color: #006DA0;
}
.BgClassName
{
background-color: #006DA0;
}
</style>
border-color css
<style>
span { border-color: #006DA0; }
span { border-color: rgb(0,109,160); }
td.TdClassName
{
border-color: #006DA0;
}
.TagClassName
{
border-color: #006DA0;
}
</style>