Shades of Cerulean #1069A4
Tints of Cerulean #1069A4
RGB
CMYK
RGB Variations
Color information
#1069A4 (or 0x1069A4) is known color: Cerulean. HEX triplet: 10, 69 and A4. RGB value is (16,105,164). Sum of RGB (Red+Green+Blue) = 16+105+164=285 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.61% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 164 (64.45% from 255 or 57.54% from 285); Max value from RGB is 164 - color contains mainly: blue. Hex color #1069A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1069A4 is #EF965B. Grayscale: #545454. Windows color (decimal): -15701596 or 10774800. OLE color: 10774800.
HSL color Cylindrical-coordinate representation of color #1069A4: hue angle of 203.92º 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 #1069A4 is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 105 | 164 | - |
| CMYK | 0.90 | 0.36 | 0 | 0.36 |
| HSL | 203.92º | 0.82% | 0.35% | - |
| HSV(B) | 203.92º | 0.9% | 0.64% | - |
| XYZ | 11.97 | 12.89 | 36.98 | - |
| YUV | 85.12 | 172.51 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 105 | 164 | 0.90 | 0.36 | 0 | 0.36 | 203.92 | 0.82 | 0.35 |
| Hex | 10 | 69 | A4 | 5A | 24 | 0 | 24 | CC | 52 | 23 |
| Octal | 20 | 151 | 244 | 132 | 44 | 0 | 44 | 314 | 122 | 43 |
| Binary | 10000 | 1101001 | 10100100 | 1011010 | 100100 | 0 | 100100 | 11001100 | 1010010 | 100011 |
Color Harmonies of #1069A4
Complementary color
Monochromatic Colors of #1069A4
Black with #1069A4
Text Example
Text Example
White with #1069A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1069A4; }
p { color: rgb(16,105,164); }
H1.HeaderClassName
{
color: #1069A4;
}
.AnyTagClassName
{
color: #1069A4;
}
</style>
background-color css
<style>
a { background-color: #1069A4; }
a { background-color: rgb(16,105,164); }
div.DivClassName
{
background-color: #1069A4;
}
.BgClassName
{
background-color: #1069A4;
}
</style>
border-color css
<style>
span { border-color: #1069A4; }
span { border-color: rgb(16,105,164); }
td.TdClassName
{
border-color: #1069A4;
}
.TagClassName
{
border-color: #1069A4;
}
</style>