Shades of Cerulean #006DB5
Tints of Cerulean #006DB5
RGB
CMYK
RGB Variations
Color information
#006DB5 (or 0x006DB5) is known color: Cerulean. HEX triplet: 00, 6D and B5. RGB value is (0,109,181). Sum of RGB (Red+Green+Blue) = 0+109+181=290 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 181 (71.09% from 255 or 62.41% from 290); Max value from RGB is 181 - color contains mainly: blue. Hex color #006DB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006DB5 is #FF924A. Grayscale: #545454. Windows color (decimal): -16749131 or 11889920. OLE color: 11889920.
HSL color Cylindrical-coordinate representation of color #006DB5: hue angle of 203.87º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006DB5 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 109 | 181 | - |
| CMYK | 1 | 0.40 | 0 | 0.29 |
| HSL | 203.87º | 1% | 0.35% | - |
| HSV(B) | 203.87º | 1% | 0.71% | - |
| XYZ | 13.81 | 14.27 | 45.74 | - |
| YUV | 84.62 | 182.39 | 67.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 109 | 181 | 1 | 0.40 | 0 | 0.29 | 203.87 | 1 | 0.35 |
| Hex | 0 | 6D | B5 | 64 | 28 | 0 | 1D | CC | 64 | 23 |
| Octal | 0 | 155 | 265 | 144 | 50 | 0 | 35 | 314 | 144 | 43 |
| Binary | 0 | 1101101 | 10110101 | 1100100 | 101000 | 0 | 11101 | 11001100 | 1100100 | 100011 |
Color Harmonies of #006DB5
Complementary color
Monochromatic Colors of #006DB5
Black with #006DB5
Text Example
Text Example
White with #006DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006DB5; }
p { color: rgb(0,109,181); }
H1.HeaderClassName
{
color: #006DB5;
}
.AnyTagClassName
{
color: #006DB5;
}
</style>
background-color css
<style>
a { background-color: #006DB5; }
a { background-color: rgb(0,109,181); }
div.DivClassName
{
background-color: #006DB5;
}
.BgClassName
{
background-color: #006DB5;
}
</style>
border-color css
<style>
span { border-color: #006DB5; }
span { border-color: rgb(0,109,181); }
td.TdClassName
{
border-color: #006DB5;
}
.TagClassName
{
border-color: #006DB5;
}
</style>