Shades of Cerulean #066BAD
Tints of Cerulean #066BAD
RGB
CMYK
RGB Variations
Color information
#066BAD (or 0x066BAD) is known color: Cerulean. HEX triplet: 06, 6B and AD. RGB value is (6,107,173). Sum of RGB (Red+Green+Blue) = 6+107+173=286 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.10% from 286); Green value is 107 (42.19% from 255 or 37.41% from 286); Blue value is 173 (67.97% from 255 or 60.49% from 286); Max value from RGB is 173 - color contains mainly: blue. Hex color #066BAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066BAD is #F99452. Grayscale: #535353. Windows color (decimal): -16356435 or 11365126. OLE color: 11365126.
HSL color Cylindrical-coordinate representation of color #066BAD: hue angle of 203.71º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066BAD is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 6 | 107 | 173 | - |
| CMYK | 0.97 | 0.38 | 0 | 0.32 |
| HSL | 203.71º | 0.93% | 0.35% | - |
| HSV(B) | 203.71º | 0.97% | 0.68% | - |
| XYZ | 12.88 | 13.57 | 41.48 | - |
| YUV | 84.33 | 178.04 | 72.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 107 | 173 | 0.97 | 0.38 | 0 | 0.32 | 203.71 | 0.93 | 0.35 |
| Hex | 6 | 6B | AD | 61 | 26 | 0 | 20 | CC | 5D | 23 |
| Octal | 6 | 153 | 255 | 141 | 46 | 0 | 40 | 314 | 135 | 43 |
| Binary | 110 | 1101011 | 10101101 | 1100001 | 100110 | 0 | 100000 | 11001100 | 1011101 | 100011 |
Color Harmonies of #066BAD
Complementary color
Monochromatic Colors of #066BAD
Black with #066BAD
Text Example
Text Example
White with #066BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066BAD; }
p { color: rgb(6,107,173); }
H1.HeaderClassName
{
color: #066BAD;
}
.AnyTagClassName
{
color: #066BAD;
}
</style>
background-color css
<style>
a { background-color: #066BAD; }
a { background-color: rgb(6,107,173); }
div.DivClassName
{
background-color: #066BAD;
}
.BgClassName
{
background-color: #066BAD;
}
</style>
border-color css
<style>
span { border-color: #066BAD; }
span { border-color: rgb(6,107,173); }
td.TdClassName
{
border-color: #066BAD;
}
.TagClassName
{
border-color: #066BAD;
}
</style>