Shades of Cerulean #066DAB
Tints of Cerulean #066DAB
RGB
CMYK
RGB Variations
Color information
#066DAB (or 0x066DAB) is known color: Cerulean. HEX triplet: 06, 6D and AB. RGB value is (6,109,171). Sum of RGB (Red+Green+Blue) = 6+109+171=286 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.10% from 286); Green value is 109 (42.97% from 255 or 38.11% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #066DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066DAB is #F99254. Grayscale: #545454. Windows color (decimal): -16355925 or 11234566. OLE color: 11234566.
HSL color Cylindrical-coordinate representation of color #066DAB: hue angle of 202.55º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066DAB is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 109 | 171 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.33 |
| HSL | 202.55º | 0.93% | 0.35% | - |
| HSV(B) | 202.55º | 0.96% | 0.67% | - |
| XYZ | 12.89 | 13.92 | 40.53 | - |
| YUV | 85.27 | 176.38 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 109 | 171 | 0.96 | 0.36 | 0 | 0.33 | 202.55 | 0.93 | 0.35 |
| Hex | 6 | 6D | AB | 60 | 24 | 0 | 21 | CB | 5D | 23 |
| Octal | 6 | 155 | 253 | 140 | 44 | 0 | 41 | 313 | 135 | 43 |
| Binary | 110 | 1101101 | 10101011 | 1100000 | 100100 | 0 | 100001 | 11001011 | 1011101 | 100011 |
Color Harmonies of #066DAB
Complementary color
Monochromatic Colors of #066DAB
Black with #066DAB
Text Example
Text Example
White with #066DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066DAB; }
p { color: rgb(6,109,171); }
H1.HeaderClassName
{
color: #066DAB;
}
.AnyTagClassName
{
color: #066DAB;
}
</style>
background-color css
<style>
a { background-color: #066DAB; }
a { background-color: rgb(6,109,171); }
div.DivClassName
{
background-color: #066DAB;
}
.BgClassName
{
background-color: #066DAB;
}
</style>
border-color css
<style>
span { border-color: #066DAB; }
span { border-color: rgb(6,109,171); }
td.TdClassName
{
border-color: #066DAB;
}
.TagClassName
{
border-color: #066DAB;
}
</style>