Shades of Cerulean #006CB5
Tints of Cerulean #006CB5
RGB
CMYK
RGB Variations
Color information
#006CB5 (or 0x006CB5) is known color: Cerulean. HEX triplet: 00, 6C and B5. RGB value is (0,108,181). Sum of RGB (Red+Green+Blue) = 0+108+181=289 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 289); Green value is 108 (42.58% from 255 or 37.37% from 289); Blue value is 181 (71.09% from 255 or 62.63% from 289); Max value from RGB is 181 - color contains mainly: blue. Hex color #006CB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006CB5 is #FF934A. Grayscale: #535353. Windows color (decimal): -16749387 or 11889664. OLE color: 11889664.
HSL color Cylindrical-coordinate representation of color #006CB5: hue angle of 204.2º 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 #006CB5 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 108 | 181 | - |
| CMYK | 1 | 0.40 | 0 | 0.29 |
| HSL | 204.2º | 1% | 0.35% | - |
| HSV(B) | 204.2º | 1% | 0.71% | - |
| XYZ | 13.7 | 14.06 | 45.71 | - |
| YUV | 84.03 | 182.72 | 68.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 108 | 181 | 1 | 0.40 | 0 | 0.29 | 204.2 | 1 | 0.35 |
| Hex | 0 | 6C | B5 | 64 | 28 | 0 | 1D | CC | 64 | 23 |
| Octal | 0 | 154 | 265 | 144 | 50 | 0 | 35 | 314 | 144 | 43 |
| Binary | 0 | 1101100 | 10110101 | 1100100 | 101000 | 0 | 11101 | 11001100 | 1100100 | 100011 |
Color Harmonies of #006CB5
Complementary color
Monochromatic Colors of #006CB5
Black with #006CB5
Text Example
Text Example
White with #006CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006CB5; }
p { color: rgb(0,108,181); }
H1.HeaderClassName
{
color: #006CB5;
}
.AnyTagClassName
{
color: #006CB5;
}
</style>
background-color css
<style>
a { background-color: #006CB5; }
a { background-color: rgb(0,108,181); }
div.DivClassName
{
background-color: #006CB5;
}
.BgClassName
{
background-color: #006CB5;
}
</style>
border-color css
<style>
span { border-color: #006CB5; }
span { border-color: rgb(0,108,181); }
td.TdClassName
{
border-color: #006CB5;
}
.TagClassName
{
border-color: #006CB5;
}
</style>