Shades of Cerulean #1079B7
Tints of Cerulean #1079B7
RGB
CMYK
RGB Variations
Color information
#1079B7 (or 0x1079B7) is known color: Cerulean. HEX triplet: 10, 79 and B7. RGB value is (16,121,183). Sum of RGB (Red+Green+Blue) = 16+121+183=320 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5% from 320); Green value is 121 (47.66% from 255 or 37.81% from 320); Blue value is 183 (71.88% from 255 or 57.19% from 320); Max value from RGB is 183 - color contains mainly: blue. Hex color #1079B7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1079B7 is #EF8648. Grayscale: #606060. Windows color (decimal): -15697481 or 12024080. OLE color: 12024080.
HSL color Cylindrical-coordinate representation of color #1079B7: hue angle of 202.28º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1079B7 is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 121 | 183 | - |
| CMYK | 0.91 | 0.34 | 0 | 0.28 |
| HSL | 202.28º | 0.84% | 0.39% | - |
| HSV(B) | 202.28º | 0.91% | 0.72% | - |
| XYZ | 15.6 | 17.2 | 47.3 | - |
| YUV | 96.67 | 176.71 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 121 | 183 | 0.91 | 0.34 | 0 | 0.28 | 202.28 | 0.84 | 0.39 |
| Hex | 10 | 79 | B7 | 5B | 22 | 0 | 1C | CA | 54 | 27 |
| Octal | 20 | 171 | 267 | 133 | 42 | 0 | 34 | 312 | 124 | 47 |
| Binary | 10000 | 1111001 | 10110111 | 1011011 | 100010 | 0 | 11100 | 11001010 | 1010100 | 100111 |
Color Harmonies of #1079B7
Complementary color
Monochromatic Colors of #1079B7
Black with #1079B7
Text Example
Text Example
White with #1079B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1079B7; }
p { color: rgb(16,121,183); }
H1.HeaderClassName
{
color: #1079B7;
}
.AnyTagClassName
{
color: #1079B7;
}
</style>
background-color css
<style>
a { background-color: #1079B7; }
a { background-color: rgb(16,121,183); }
div.DivClassName
{
background-color: #1079B7;
}
.BgClassName
{
background-color: #1079B7;
}
</style>
border-color css
<style>
span { border-color: #1079B7; }
span { border-color: rgb(16,121,183); }
td.TdClassName
{
border-color: #1079B7;
}
.TagClassName
{
border-color: #1079B7;
}
</style>