Shades of Cerulean #1085B4
Tints of Cerulean #1085B4
RGB
CMYK
RGB Variations
Color information
#1085B4 (or 0x1085B4) is known color: Cerulean. HEX triplet: 10, 85 and B4. RGB value is (16,133,180). Sum of RGB (Red+Green+Blue) = 16+133+180=329 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.86% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 180 (70.70% from 255 or 54.71% from 329); Max value from RGB is 180 - color contains mainly: blue. Hex color #1085B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1085B4 is #EF7A4B. Grayscale: #676767. Windows color (decimal): -15694412 or 11830544. OLE color: 11830544.
HSL color Cylindrical-coordinate representation of color #1085B4: hue angle of 197.2º 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 #1085B4 is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 133 | 180 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.29 |
| HSL | 197.2º | 0.84% | 0.38% | - |
| HSV(B) | 197.2º | 0.91% | 0.71% | - |
| XYZ | 16.84 | 20.18 | 46.19 | - |
| YUV | 103.38 | 171.24 | 65.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 133 | 180 | 0.91 | 0.26 | 0 | 0.29 | 197.2 | 0.84 | 0.38 |
| Hex | 10 | 85 | B4 | 5B | 1A | 0 | 1D | C5 | 54 | 26 |
| Octal | 20 | 205 | 264 | 133 | 32 | 0 | 35 | 305 | 124 | 46 |
| Binary | 10000 | 10000101 | 10110100 | 1011011 | 11010 | 0 | 11101 | 11000101 | 1010100 | 100110 |
Color Harmonies of #1085B4
Complementary color
Monochromatic Colors of #1085B4
Black with #1085B4
Text Example
Text Example
White with #1085B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1085B4; }
p { color: rgb(16,133,180); }
H1.HeaderClassName
{
color: #1085B4;
}
.AnyTagClassName
{
color: #1085B4;
}
</style>
background-color css
<style>
a { background-color: #1085B4; }
a { background-color: rgb(16,133,180); }
div.DivClassName
{
background-color: #1085B4;
}
.BgClassName
{
background-color: #1085B4;
}
</style>
border-color css
<style>
span { border-color: #1085B4; }
span { border-color: rgb(16,133,180); }
td.TdClassName
{
border-color: #1085B4;
}
.TagClassName
{
border-color: #1085B4;
}
</style>