Shades of Cerulean #006D9B
Tints of Cerulean #006D9B
RGB
CMYK
RGB Variations
Color information
#006D9B (or 0x006D9B) is known color: Cerulean. HEX triplet: 00, 6D and 9B. RGB value is (0,109,155). Sum of RGB (Red+Green+Blue) = 0+109+155=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 109 (42.97% from 255 or 41.29% from 264); Blue value is 155 (60.94% from 255 or 58.71% from 264); Max value from RGB is 155 - color contains mainly: blue. Hex color #006D9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006D9B is #FF9264. Grayscale: #515151. Windows color (decimal): -16749157 or 10185984. OLE color: 10185984.
HSL color Cylindrical-coordinate representation of color #006D9B: hue angle of 197.81º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006D9B is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 109 | 155 | - |
| CMYK | 1 | 0.30 | 0 | 0.39 |
| HSL | 197.81º | 1% | 0.3% | - |
| HSV(B) | 197.81º | 1% | 0.61% | - |
| XYZ | 11.39 | 13.3 | 32.98 | - |
| YUV | 81.65 | 169.39 | 69.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 109 | 155 | 1 | 0.30 | 0 | 0.39 | 197.81 | 1 | 0.3 |
| Hex | 0 | 6D | 9B | 64 | 1E | 0 | 27 | C6 | 64 | 1E |
| Octal | 0 | 155 | 233 | 144 | 36 | 0 | 47 | 306 | 144 | 36 |
| Binary | 0 | 1101101 | 10011011 | 1100100 | 11110 | 0 | 100111 | 11000110 | 1100100 | 11110 |
Color Harmonies of #006D9B
Complementary color
Monochromatic Colors of #006D9B
Black with #006D9B
Text Example
Text Example
White with #006D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006D9B; }
p { color: rgb(0,109,155); }
H1.HeaderClassName
{
color: #006D9B;
}
.AnyTagClassName
{
color: #006D9B;
}
</style>
background-color css
<style>
a { background-color: #006D9B; }
a { background-color: rgb(0,109,155); }
div.DivClassName
{
background-color: #006D9B;
}
.BgClassName
{
background-color: #006D9B;
}
</style>
border-color css
<style>
span { border-color: #006D9B; }
span { border-color: rgb(0,109,155); }
td.TdClassName
{
border-color: #006D9B;
}
.TagClassName
{
border-color: #006D9B;
}
</style>