Shades of Cerulean #006D8D
Tints of Cerulean #006D8D
RGB
CMYK
RGB Variations
Color information
#006D8D (or 0x006D8D) is known color: Cerulean. HEX triplet: 00, 6D and 8D. RGB value is (0,109,141). Sum of RGB (Red+Green+Blue) = 0+109+141=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 109 (42.97% from 255 or 43.6% from 250); Blue value is 141 (55.47% from 255 or 56.4% from 250); Max value from RGB is 141 - color contains mainly: blue. Hex color #006D8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006D8D is #FF9272. Grayscale: #4F4F4F. Windows color (decimal): -16749171 or 9268480. OLE color: 9268480.
HSL color Cylindrical-coordinate representation of color #006D8D: hue angle of 193.62º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006D8D is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 109 | 141 | - |
| CMYK | 1 | 0.23 | 0 | 0.45 |
| HSL | 193.62º | 1% | 0.28% | - |
| HSV(B) | 193.62º | 1% | 0.55% | - |
| XYZ | 10.28 | 12.86 | 27.14 | - |
| YUV | 80.06 | 162.39 | 70.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 109 | 141 | 1 | 0.23 | 0 | 0.45 | 193.62 | 1 | 0.28 |
| Hex | 0 | 6D | 8D | 64 | 17 | 0 | 2D | C2 | 64 | 1C |
| Octal | 0 | 155 | 215 | 144 | 27 | 0 | 55 | 302 | 144 | 34 |
| Binary | 0 | 1101101 | 10001101 | 1100100 | 10111 | 0 | 101101 | 11000010 | 1100100 | 11100 |
Color Harmonies of #006D8D
Complementary color
Monochromatic Colors of #006D8D
Black with #006D8D
Text Example
Text Example
White with #006D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006D8D; }
p { color: rgb(0,109,141); }
H1.HeaderClassName
{
color: #006D8D;
}
.AnyTagClassName
{
color: #006D8D;
}
</style>
background-color css
<style>
a { background-color: #006D8D; }
a { background-color: rgb(0,109,141); }
div.DivClassName
{
background-color: #006D8D;
}
.BgClassName
{
background-color: #006D8D;
}
</style>
border-color css
<style>
span { border-color: #006D8D; }
span { border-color: rgb(0,109,141); }
td.TdClassName
{
border-color: #006D8D;
}
.TagClassName
{
border-color: #006D8D;
}
</style>