Shades of Cerulean #066CA5
Tints of Cerulean #066CA5
RGB
CMYK
RGB Variations
Color information
#066CA5 (or 0x066CA5) is known color: Cerulean. HEX triplet: 06, 6C and A5. RGB value is (6,108,165). Sum of RGB (Red+Green+Blue) = 6+108+165=279 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.15% from 279); Green value is 108 (42.58% from 255 or 38.71% from 279); Blue value is 165 (64.84% from 255 or 59.14% from 279); Max value from RGB is 165 - color contains mainly: blue. Hex color #066CA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066CA5 is #F9935A. Grayscale: #535353. Windows color (decimal): -16356187 or 10841094. OLE color: 10841094.
HSL color Cylindrical-coordinate representation of color #066CA5: hue angle of 201.51º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066CA5 is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 6 | 108 | 165 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.35 |
| HSL | 201.51º | 0.93% | 0.34% | - |
| HSV(B) | 201.51º | 0.96% | 0.65% | - |
| XYZ | 12.23 | 13.48 | 37.55 | - |
| YUV | 84 | 173.71 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 108 | 165 | 0.96 | 0.35 | 0 | 0.35 | 201.51 | 0.93 | 0.34 |
| Hex | 6 | 6C | A5 | 60 | 23 | 0 | 23 | CA | 5D | 22 |
| Octal | 6 | 154 | 245 | 140 | 43 | 0 | 43 | 312 | 135 | 42 |
| Binary | 110 | 1101100 | 10100101 | 1100000 | 100011 | 0 | 100011 | 11001010 | 1011101 | 100010 |
Color Harmonies of #066CA5
Complementary color
Monochromatic Colors of #066CA5
Black with #066CA5
Text Example
Text Example
White with #066CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066CA5; }
p { color: rgb(6,108,165); }
H1.HeaderClassName
{
color: #066CA5;
}
.AnyTagClassName
{
color: #066CA5;
}
</style>
background-color css
<style>
a { background-color: #066CA5; }
a { background-color: rgb(6,108,165); }
div.DivClassName
{
background-color: #066CA5;
}
.BgClassName
{
background-color: #066CA5;
}
</style>
border-color css
<style>
span { border-color: #066CA5; }
span { border-color: rgb(6,108,165); }
td.TdClassName
{
border-color: #066CA5;
}
.TagClassName
{
border-color: #066CA5;
}
</style>