Shades of Cerulean #0180BE
Tints of Cerulean #0180BE
RGB
CMYK
RGB Variations
Color information
#0180BE (or 0x0180BE) is known color: Cerulean. HEX triplet: 01, 80 and BE. RGB value is (1,128,190). Sum of RGB (Red+Green+Blue) = 1+128+190=319 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 190 (74.61% from 255 or 59.56% from 319); Max value from RGB is 190 - color contains mainly: blue. Hex color #0180BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0180BE is #FE7F41. Grayscale: #606060. Windows color (decimal): -16678722 or 12484609. OLE color: 12484609.
HSL color Cylindrical-coordinate representation of color #0180BE: hue angle of 199.68º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0180BE is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 128 | 190 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.25 |
| HSL | 199.68º | 0.99% | 0.37% | - |
| HSV(B) | 199.68º | 0.99% | 0.75% | - |
| XYZ | 17.03 | 19.16 | 51.52 | - |
| YUV | 97.1 | 180.42 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 128 | 190 | 0.99 | 0.33 | 0 | 0.25 | 199.68 | 0.99 | 0.37 |
| Hex | 1 | 80 | BE | 63 | 21 | 0 | 19 | C8 | 63 | 25 |
| Octal | 1 | 200 | 276 | 143 | 41 | 0 | 31 | 310 | 143 | 45 |
| Binary | 1 | 10000000 | 10111110 | 1100011 | 100001 | 0 | 11001 | 11001000 | 1100011 | 100101 |
Color Harmonies of #0180BE
Complementary color
Monochromatic Colors of #0180BE
Black with #0180BE
Text Example
Text Example
White with #0180BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0180BE; }
p { color: rgb(1,128,190); }
H1.HeaderClassName
{
color: #0180BE;
}
.AnyTagClassName
{
color: #0180BE;
}
</style>
background-color css
<style>
a { background-color: #0180BE; }
a { background-color: rgb(1,128,190); }
div.DivClassName
{
background-color: #0180BE;
}
.BgClassName
{
background-color: #0180BE;
}
</style>
border-color css
<style>
span { border-color: #0180BE; }
span { border-color: rgb(1,128,190); }
td.TdClassName
{
border-color: #0180BE;
}
.TagClassName
{
border-color: #0180BE;
}
</style>