Shades of Cerulean #1066A2
Tints of Cerulean #1066A2
RGB
CMYK
RGB Variations
Color information
#1066A2 (or 0x1066A2) is known color: Cerulean. HEX triplet: 10, 66 and A2. RGB value is (16,102,162). Sum of RGB (Red+Green+Blue) = 16+102+162=280 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.71% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 162 (63.67% from 255 or 57.86% from 280); Max value from RGB is 162 - color contains mainly: blue. Hex color #1066A2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1066A2 is #EF995D. Grayscale: #525252. Windows color (decimal): -15702366 or 10642960. OLE color: 10642960.
HSL color Cylindrical-coordinate representation of color #1066A2: hue angle of 204.66º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1066A2 is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 102 | 162 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.36 |
| HSL | 204.66º | 0.82% | 0.35% | - |
| HSV(B) | 204.66º | 0.9% | 0.64% | - |
| XYZ | 11.49 | 12.22 | 35.94 | - |
| YUV | 83.13 | 172.51 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 102 | 162 | 0.90 | 0.37 | 0 | 0.36 | 204.66 | 0.82 | 0.35 |
| Hex | 10 | 66 | A2 | 5A | 25 | 0 | 24 | CD | 52 | 23 |
| Octal | 20 | 146 | 242 | 132 | 45 | 0 | 44 | 315 | 122 | 43 |
| Binary | 10000 | 1100110 | 10100010 | 1011010 | 100101 | 0 | 100100 | 11001101 | 1010010 | 100011 |
Color Harmonies of #1066A2
Complementary color
Monochromatic Colors of #1066A2
Black with #1066A2
Text Example
Text Example
White with #1066A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1066A2; }
p { color: rgb(16,102,162); }
H1.HeaderClassName
{
color: #1066A2;
}
.AnyTagClassName
{
color: #1066A2;
}
</style>
background-color css
<style>
a { background-color: #1066A2; }
a { background-color: rgb(16,102,162); }
div.DivClassName
{
background-color: #1066A2;
}
.BgClassName
{
background-color: #1066A2;
}
</style>
border-color css
<style>
span { border-color: #1066A2; }
span { border-color: rgb(16,102,162); }
td.TdClassName
{
border-color: #1066A2;
}
.TagClassName
{
border-color: #1066A2;
}
</style>