Shades of Cerulean #1074B4
Tints of Cerulean #1074B4
RGB
CMYK
RGB Variations
Color information
#1074B4 (or 0x1074B4) is known color: Cerulean. HEX triplet: 10, 74 and B4. RGB value is (16,116,180). Sum of RGB (Red+Green+Blue) = 16+116+180=312 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.13% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 180 (70.70% from 255 or 57.69% from 312); Max value from RGB is 180 - color contains mainly: blue. Hex color #1074B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1074B4 is #EF8B4B. Grayscale: #5D5D5D. Windows color (decimal): -15698764 or 11826192. OLE color: 11826192.
HSL color Cylindrical-coordinate representation of color #1074B4: hue angle of 203.41º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1074B4 is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 116 | 180 | - |
| CMYK | 0.91 | 0.36 | 0 | 0.29 |
| HSL | 203.41º | 0.84% | 0.38% | - |
| HSV(B) | 203.41º | 0.91% | 0.71% | - |
| XYZ | 14.7 | 15.9 | 45.47 | - |
| YUV | 93.4 | 176.87 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 116 | 180 | 0.91 | 0.36 | 0 | 0.29 | 203.41 | 0.84 | 0.38 |
| Hex | 10 | 74 | B4 | 5B | 24 | 0 | 1D | CB | 54 | 26 |
| Octal | 20 | 164 | 264 | 133 | 44 | 0 | 35 | 313 | 124 | 46 |
| Binary | 10000 | 1110100 | 10110100 | 1011011 | 100100 | 0 | 11101 | 11001011 | 1010100 | 100110 |
Color Harmonies of #1074B4
Complementary color
Monochromatic Colors of #1074B4
Black with #1074B4
Text Example
Text Example
White with #1074B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1074B4; }
p { color: rgb(16,116,180); }
H1.HeaderClassName
{
color: #1074B4;
}
.AnyTagClassName
{
color: #1074B4;
}
</style>
background-color css
<style>
a { background-color: #1074B4; }
a { background-color: rgb(16,116,180); }
div.DivClassName
{
background-color: #1074B4;
}
.BgClassName
{
background-color: #1074B4;
}
</style>
border-color css
<style>
span { border-color: #1074B4; }
span { border-color: rgb(16,116,180); }
td.TdClassName
{
border-color: #1074B4;
}
.TagClassName
{
border-color: #1074B4;
}
</style>