Shades of Cerulean #1067A3
Tints of Cerulean #1067A3
RGB
CMYK
RGB Variations
Color information
#1067A3 (or 0x1067A3) is known color: Cerulean. HEX triplet: 10, 67 and A3. RGB value is (16,103,163). Sum of RGB (Red+Green+Blue) = 16+103+163=282 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.67% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 163 (64.06% from 255 or 57.80% from 282); Max value from RGB is 163 - color contains mainly: blue. Hex color #1067A3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1067A3 is #EF985C. Grayscale: #535353. Windows color (decimal): -15702109 or 10708752. OLE color: 10708752.
HSL color Cylindrical-coordinate representation of color #1067A3: hue angle of 204.49º 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 #1067A3 is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 103 | 163 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.36 |
| HSL | 204.49º | 0.82% | 0.35% | - |
| HSV(B) | 204.49º | 0.9% | 0.64% | - |
| XYZ | 11.67 | 12.46 | 36.44 | - |
| YUV | 83.83 | 172.68 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 103 | 163 | 0.90 | 0.37 | 0 | 0.36 | 204.49 | 0.82 | 0.35 |
| Hex | 10 | 67 | A3 | 5A | 25 | 0 | 24 | CC | 52 | 23 |
| Octal | 20 | 147 | 243 | 132 | 45 | 0 | 44 | 314 | 122 | 43 |
| Binary | 10000 | 1100111 | 10100011 | 1011010 | 100101 | 0 | 100100 | 11001100 | 1010010 | 100011 |
Color Harmonies of #1067A3
Complementary color
Monochromatic Colors of #1067A3
Black with #1067A3
Text Example
Text Example
White with #1067A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1067A3; }
p { color: rgb(16,103,163); }
H1.HeaderClassName
{
color: #1067A3;
}
.AnyTagClassName
{
color: #1067A3;
}
</style>
background-color css
<style>
a { background-color: #1067A3; }
a { background-color: rgb(16,103,163); }
div.DivClassName
{
background-color: #1067A3;
}
.BgClassName
{
background-color: #1067A3;
}
</style>
border-color css
<style>
span { border-color: #1067A3; }
span { border-color: rgb(16,103,163); }
td.TdClassName
{
border-color: #1067A3;
}
.TagClassName
{
border-color: #1067A3;
}
</style>