Shades of Cerulean #006DB0
Tints of Cerulean #006DB0
RGB
CMYK
RGB Variations
Color information
#006DB0 (or 0x006DB0) is known color: Cerulean. HEX triplet: 00, 6D and B0. RGB value is (0,109,176). Sum of RGB (Red+Green+Blue) = 0+109+176=285 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 285); Green value is 109 (42.97% from 255 or 38.25% from 285); Blue value is 176 (69.14% from 255 or 61.75% from 285); Max value from RGB is 176 - color contains mainly: blue. Hex color #006DB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006DB0 is #FF924F. Grayscale: #535353. Windows color (decimal): -16749136 or 11562240. OLE color: 11562240.
HSL color Cylindrical-coordinate representation of color #006DB0: hue angle of 202.84º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006DB0 is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 109 | 176 | - |
| CMYK | 1 | 0.38 | 0 | 0.31 |
| HSL | 202.84º | 1% | 0.35% | - |
| HSV(B) | 202.84º | 1% | 0.69% | - |
| XYZ | 13.31 | 14.07 | 43.09 | - |
| YUV | 84.05 | 179.89 | 68.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 109 | 176 | 1 | 0.38 | 0 | 0.31 | 202.84 | 1 | 0.35 |
| Hex | 0 | 6D | B0 | 64 | 26 | 0 | 1F | CB | 64 | 23 |
| Octal | 0 | 155 | 260 | 144 | 46 | 0 | 37 | 313 | 144 | 43 |
| Binary | 0 | 1101101 | 10110000 | 1100100 | 100110 | 0 | 11111 | 11001011 | 1100100 | 100011 |
Color Harmonies of #006DB0
Complementary color
Monochromatic Colors of #006DB0
Black with #006DB0
Text Example
Text Example
White with #006DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006DB0; }
p { color: rgb(0,109,176); }
H1.HeaderClassName
{
color: #006DB0;
}
.AnyTagClassName
{
color: #006DB0;
}
</style>
background-color css
<style>
a { background-color: #006DB0; }
a { background-color: rgb(0,109,176); }
div.DivClassName
{
background-color: #006DB0;
}
.BgClassName
{
background-color: #006DB0;
}
</style>
border-color css
<style>
span { border-color: #006DB0; }
span { border-color: rgb(0,109,176); }
td.TdClassName
{
border-color: #006DB0;
}
.TagClassName
{
border-color: #006DB0;
}
</style>