Shades of Cerulean #1074AC
Tints of Cerulean #1074AC
RGB
CMYK
RGB Variations
Color information
#1074AC (or 0x1074AC) is known color: Cerulean. HEX triplet: 10, 74 and AC. RGB value is (16,116,172). Sum of RGB (Red+Green+Blue) = 16+116+172=304 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.26% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #1074AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1074AC is #EF8B53. Grayscale: #5C5C5C. Windows color (decimal): -15698772 or 11301904. OLE color: 11301904.
HSL color Cylindrical-coordinate representation of color #1074AC: hue angle of 201.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 #1074AC is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 116 | 172 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.33 |
| HSL | 201.54º | 0.83% | 0.37% | - |
| HSV(B) | 201.54º | 0.91% | 0.67% | - |
| XYZ | 13.91 | 15.58 | 41.3 | - |
| YUV | 92.48 | 172.87 | 73.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 116 | 172 | 0.91 | 0.33 | 0 | 0.33 | 201.54 | 0.83 | 0.37 |
| Hex | 10 | 74 | AC | 5B | 21 | 0 | 21 | CA | 53 | 25 |
| Octal | 20 | 164 | 254 | 133 | 41 | 0 | 41 | 312 | 123 | 45 |
| Binary | 10000 | 1110100 | 10101100 | 1011011 | 100001 | 0 | 100001 | 11001010 | 1010011 | 100101 |
Color Harmonies of #1074AC
Complementary color
Monochromatic Colors of #1074AC
Black with #1074AC
Text Example
Text Example
White with #1074AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1074AC; }
p { color: rgb(16,116,172); }
H1.HeaderClassName
{
color: #1074AC;
}
.AnyTagClassName
{
color: #1074AC;
}
</style>
background-color css
<style>
a { background-color: #1074AC; }
a { background-color: rgb(16,116,172); }
div.DivClassName
{
background-color: #1074AC;
}
.BgClassName
{
background-color: #1074AC;
}
</style>
border-color css
<style>
span { border-color: #1074AC; }
span { border-color: rgb(16,116,172); }
td.TdClassName
{
border-color: #1074AC;
}
.TagClassName
{
border-color: #1074AC;
}
</style>