Shades of Cerulean #1074B2
Tints of Cerulean #1074B2
RGB
CMYK
RGB Variations
Color information
#1074B2 (or 0x1074B2) is known color: Cerulean. HEX triplet: 10, 74 and B2. RGB value is (16,116,178). Sum of RGB (Red+Green+Blue) = 16+116+178=310 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.16% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 178 (69.92% from 255 or 57.42% from 310); Max value from RGB is 178 - color contains mainly: blue. Hex color #1074B2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1074B2 is #EF8B4D. Grayscale: #5C5C5C. Windows color (decimal): -15698766 or 11695120. OLE color: 11695120.
HSL color Cylindrical-coordinate representation of color #1074B2: hue angle of 202.96º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1074B2 is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 116 | 178 | - |
| CMYK | 0.91 | 0.35 | 0 | 0.30 |
| HSL | 202.96º | 0.84% | 0.38% | - |
| HSV(B) | 202.96º | 0.91% | 0.7% | - |
| XYZ | 14.49 | 15.82 | 44.41 | - |
| YUV | 93.17 | 175.87 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 116 | 178 | 0.91 | 0.35 | 0 | 0.30 | 202.96 | 0.84 | 0.38 |
| Hex | 10 | 74 | B2 | 5B | 23 | 0 | 1E | CB | 54 | 26 |
| Octal | 20 | 164 | 262 | 133 | 43 | 0 | 36 | 313 | 124 | 46 |
| Binary | 10000 | 1110100 | 10110010 | 1011011 | 100011 | 0 | 11110 | 11001011 | 1010100 | 100110 |
Color Harmonies of #1074B2
Complementary color
Monochromatic Colors of #1074B2
Black with #1074B2
Text Example
Text Example
White with #1074B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1074B2; }
p { color: rgb(16,116,178); }
H1.HeaderClassName
{
color: #1074B2;
}
.AnyTagClassName
{
color: #1074B2;
}
</style>
background-color css
<style>
a { background-color: #1074B2; }
a { background-color: rgb(16,116,178); }
div.DivClassName
{
background-color: #1074B2;
}
.BgClassName
{
background-color: #1074B2;
}
</style>
border-color css
<style>
span { border-color: #1074B2; }
span { border-color: rgb(16,116,178); }
td.TdClassName
{
border-color: #1074B2;
}
.TagClassName
{
border-color: #1074B2;
}
</style>