Shades of Cerulean #006DA5
Tints of Cerulean #006DA5
RGB
CMYK
RGB Variations
Color information
#006DA5 (or 0x006DA5) is known color: Cerulean. HEX triplet: 00, 6D and A5. RGB value is (0,109,165). Sum of RGB (Red+Green+Blue) = 0+109+165=274 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 274); Green value is 109 (42.97% from 255 or 39.78% from 274); Blue value is 165 (64.84% from 255 or 60.22% from 274); Max value from RGB is 165 - color contains mainly: blue. Hex color #006DA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006DA5 is #FF925A. Grayscale: #525252. Windows color (decimal): -16749147 or 10841344. OLE color: 10841344.
HSL color Cylindrical-coordinate representation of color #006DA5: hue angle of 200.36º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006DA5 is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 0 | 109 | 165 | - |
| CMYK | 1 | 0.34 | 0 | 0.35 |
| HSL | 200.36º | 1% | 0.32% | - |
| HSV(B) | 200.36º | 1% | 0.65% | - |
| XYZ | 12.26 | 13.65 | 37.59 | - |
| YUV | 82.79 | 174.39 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 109 | 165 | 1 | 0.34 | 0 | 0.35 | 200.36 | 1 | 0.32 |
| Hex | 0 | 6D | A5 | 64 | 22 | 0 | 23 | C8 | 64 | 20 |
| Octal | 0 | 155 | 245 | 144 | 42 | 0 | 43 | 310 | 144 | 40 |
| Binary | 0 | 1101101 | 10100101 | 1100100 | 100010 | 0 | 100011 | 11001000 | 1100100 | 100000 |
Color Harmonies of #006DA5
Complementary color
Monochromatic Colors of #006DA5
Black with #006DA5
Text Example
Text Example
White with #006DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006DA5; }
p { color: rgb(0,109,165); }
H1.HeaderClassName
{
color: #006DA5;
}
.AnyTagClassName
{
color: #006DA5;
}
</style>
background-color css
<style>
a { background-color: #006DA5; }
a { background-color: rgb(0,109,165); }
div.DivClassName
{
background-color: #006DA5;
}
.BgClassName
{
background-color: #006DA5;
}
</style>
border-color css
<style>
span { border-color: #006DA5; }
span { border-color: rgb(0,109,165); }
td.TdClassName
{
border-color: #006DA5;
}
.TagClassName
{
border-color: #006DA5;
}
</style>