Shades of Cerulean #1068A2
Tints of Cerulean #1068A2
RGB
CMYK
RGB Variations
Color information
#1068A2 (or 0x1068A2) is known color: Cerulean. HEX triplet: 10, 68 and A2. RGB value is (16,104,162). Sum of RGB (Red+Green+Blue) = 16+104+162=282 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.67% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 162 (63.67% from 255 or 57.45% from 282); Max value from RGB is 162 - color contains mainly: blue. Hex color #1068A2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1068A2 is #EF975D. Grayscale: #535353. Windows color (decimal): -15701854 or 10643472. OLE color: 10643472.
HSL color Cylindrical-coordinate representation of color #1068A2: hue angle of 203.84º 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 #1068A2 is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 104 | 162 | - |
| CMYK | 0.90 | 0.36 | 0 | 0.36 |
| HSL | 203.84º | 0.82% | 0.35% | - |
| HSV(B) | 203.84º | 0.9% | 0.64% | - |
| XYZ | 11.69 | 12.62 | 36 | - |
| YUV | 84.3 | 171.85 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 104 | 162 | 0.90 | 0.36 | 0 | 0.36 | 203.84 | 0.82 | 0.35 |
| Hex | 10 | 68 | A2 | 5A | 24 | 0 | 24 | CC | 52 | 23 |
| Octal | 20 | 150 | 242 | 132 | 44 | 0 | 44 | 314 | 122 | 43 |
| Binary | 10000 | 1101000 | 10100010 | 1011010 | 100100 | 0 | 100100 | 11001100 | 1010010 | 100011 |
Color Harmonies of #1068A2
Complementary color
Monochromatic Colors of #1068A2
Black with #1068A2
Text Example
Text Example
White with #1068A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1068A2; }
p { color: rgb(16,104,162); }
H1.HeaderClassName
{
color: #1068A2;
}
.AnyTagClassName
{
color: #1068A2;
}
</style>
background-color css
<style>
a { background-color: #1068A2; }
a { background-color: rgb(16,104,162); }
div.DivClassName
{
background-color: #1068A2;
}
.BgClassName
{
background-color: #1068A2;
}
</style>
border-color css
<style>
span { border-color: #1068A2; }
span { border-color: rgb(16,104,162); }
td.TdClassName
{
border-color: #1068A2;
}
.TagClassName
{
border-color: #1068A2;
}
</style>