Shades of Cerulean #1074AB
Tints of Cerulean #1074AB
RGB
CMYK
RGB Variations
Color information
#1074AB (or 0x1074AB) is known color: Cerulean. HEX triplet: 10, 74 and AB. RGB value is (16,116,171). Sum of RGB (Red+Green+Blue) = 16+116+171=303 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.28% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #1074AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1074AB is #EF8B54. Grayscale: #5C5C5C. Windows color (decimal): -15698773 or 11236368. OLE color: 11236368.
HSL color Cylindrical-coordinate representation of color #1074AB: hue angle of 201.29º 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 #1074AB is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 116 | 171 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.33 |
| HSL | 201.29º | 0.83% | 0.37% | - |
| HSV(B) | 201.29º | 0.91% | 0.67% | - |
| XYZ | 13.81 | 15.54 | 40.8 | - |
| YUV | 92.37 | 172.37 | 73.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 116 | 171 | 0.91 | 0.32 | 0 | 0.33 | 201.29 | 0.83 | 0.37 |
| Hex | 10 | 74 | AB | 5B | 20 | 0 | 21 | C9 | 53 | 25 |
| Octal | 20 | 164 | 253 | 133 | 40 | 0 | 41 | 311 | 123 | 45 |
| Binary | 10000 | 1110100 | 10101011 | 1011011 | 100000 | 0 | 100001 | 11001001 | 1010011 | 100101 |
Color Harmonies of #1074AB
Complementary color
Monochromatic Colors of #1074AB
Black with #1074AB
Text Example
Text Example
White with #1074AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1074AB; }
p { color: rgb(16,116,171); }
H1.HeaderClassName
{
color: #1074AB;
}
.AnyTagClassName
{
color: #1074AB;
}
</style>
background-color css
<style>
a { background-color: #1074AB; }
a { background-color: rgb(16,116,171); }
div.DivClassName
{
background-color: #1074AB;
}
.BgClassName
{
background-color: #1074AB;
}
</style>
border-color css
<style>
span { border-color: #1074AB; }
span { border-color: rgb(16,116,171); }
td.TdClassName
{
border-color: #1074AB;
}
.TagClassName
{
border-color: #1074AB;
}
</style>