Shades of Cerulean #1081AC
Tints of Cerulean #1081AC
RGB
CMYK
RGB Variations
Color information
#1081AC (or 0x1081AC) is known color: Cerulean. HEX triplet: 10, 81 and AC. RGB value is (16,129,172). Sum of RGB (Red+Green+Blue) = 16+129+172=317 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.05% from 317); Green value is 129 (50.78% from 255 or 40.69% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #1081AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1081AC is #EF7E53. Grayscale: #636363. Windows color (decimal): -15695444 or 11305232. OLE color: 11305232.
HSL color Cylindrical-coordinate representation of color #1081AC: hue angle of 196.54º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1081AC is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 129 | 172 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.33 |
| HSL | 196.54º | 0.83% | 0.37% | - |
| HSV(B) | 196.54º | 0.91% | 0.67% | - |
| XYZ | 15.51 | 18.79 | 41.84 | - |
| YUV | 100.12 | 168.56 | 68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 129 | 172 | 0.91 | 0.25 | 0 | 0.33 | 196.54 | 0.83 | 0.37 |
| Hex | 10 | 81 | AC | 5B | 19 | 0 | 21 | C5 | 53 | 25 |
| Octal | 20 | 201 | 254 | 133 | 31 | 0 | 41 | 305 | 123 | 45 |
| Binary | 10000 | 10000001 | 10101100 | 1011011 | 11001 | 0 | 100001 | 11000101 | 1010011 | 100101 |
Color Harmonies of #1081AC
Complementary color
Monochromatic Colors of #1081AC
Black with #1081AC
Text Example
Text Example
White with #1081AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1081AC; }
p { color: rgb(16,129,172); }
H1.HeaderClassName
{
color: #1081AC;
}
.AnyTagClassName
{
color: #1081AC;
}
</style>
background-color css
<style>
a { background-color: #1081AC; }
a { background-color: rgb(16,129,172); }
div.DivClassName
{
background-color: #1081AC;
}
.BgClassName
{
background-color: #1081AC;
}
</style>
border-color css
<style>
span { border-color: #1081AC; }
span { border-color: rgb(16,129,172); }
td.TdClassName
{
border-color: #1081AC;
}
.TagClassName
{
border-color: #1081AC;
}
</style>