Shades of Cerulean #006CAB
Tints of Cerulean #006CAB
RGB
CMYK
RGB Variations
Color information
#006CAB (or 0x006CAB) is known color: Cerulean. HEX triplet: 00, 6C and AB. RGB value is (0,108,171). Sum of RGB (Red+Green+Blue) = 0+108+171=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 108 (42.58% from 255 or 38.71% from 279); Blue value is 171 (67.19% from 255 or 61.29% from 279); Max value from RGB is 171 - color contains mainly: blue. Hex color #006CAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006CAB is #FF9354. Grayscale: #525252. Windows color (decimal): -16749397 or 11234304. OLE color: 11234304.
HSL color Cylindrical-coordinate representation of color #006CAB: hue angle of 202.11º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006CAB is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 108 | 171 | - |
| CMYK | 1 | 0.37 | 0 | 0.33 |
| HSL | 202.11º | 1% | 0.34% | - |
| HSV(B) | 202.11º | 1% | 0.67% | - |
| XYZ | 12.71 | 13.67 | 40.5 | - |
| YUV | 82.89 | 177.72 | 68.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 108 | 171 | 1 | 0.37 | 0 | 0.33 | 202.11 | 1 | 0.34 |
| Hex | 0 | 6C | AB | 64 | 25 | 0 | 21 | CA | 64 | 22 |
| Octal | 0 | 154 | 253 | 144 | 45 | 0 | 41 | 312 | 144 | 42 |
| Binary | 0 | 1101100 | 10101011 | 1100100 | 100101 | 0 | 100001 | 11001010 | 1100100 | 100010 |
Color Harmonies of #006CAB
Complementary color
Monochromatic Colors of #006CAB
Black with #006CAB
Text Example
Text Example
White with #006CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006CAB; }
p { color: rgb(0,108,171); }
H1.HeaderClassName
{
color: #006CAB;
}
.AnyTagClassName
{
color: #006CAB;
}
</style>
background-color css
<style>
a { background-color: #006CAB; }
a { background-color: rgb(0,108,171); }
div.DivClassName
{
background-color: #006CAB;
}
.BgClassName
{
background-color: #006CAB;
}
</style>
border-color css
<style>
span { border-color: #006CAB; }
span { border-color: rgb(0,108,171); }
td.TdClassName
{
border-color: #006CAB;
}
.TagClassName
{
border-color: #006CAB;
}
</style>