Shades of Cerulean #0085B4
Tints of Cerulean #0085B4
RGB
CMYK
RGB Variations
Color information
#0085B4 (or 0x0085B4) is known color: Cerulean. HEX triplet: 00, 85 and B4. RGB value is (0,133,180). Sum of RGB (Red+Green+Blue) = 0+133+180=313 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 180 (70.70% from 255 or 57.51% from 313); Max value from RGB is 180 - color contains mainly: blue. Hex color #0085B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0085B4 is #FF7A4B. Grayscale: #626262. Windows color (decimal): -16742988 or 11830528. OLE color: 11830528.
HSL color Cylindrical-coordinate representation of color #0085B4: hue angle of 195.67º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0085B4 is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 133 | 180 | - |
| CMYK | 1 | 0.26 | 0 | 0.29 |
| HSL | 195.67º | 1% | 0.35% | - |
| HSV(B) | 195.67º | 1% | 0.71% | - |
| XYZ | 16.63 | 20.07 | 46.18 | - |
| YUV | 98.59 | 173.94 | 57.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 180 | 1 | 0.26 | 0 | 0.29 | 195.67 | 1 | 0.35 |
| Hex | 0 | 85 | B4 | 64 | 1A | 0 | 1D | C4 | 64 | 23 |
| Octal | 0 | 205 | 264 | 144 | 32 | 0 | 35 | 304 | 144 | 43 |
| Binary | 0 | 10000101 | 10110100 | 1100100 | 11010 | 0 | 11101 | 11000100 | 1100100 | 100011 |
Color Harmonies of #0085B4
Complementary color
Monochromatic Colors of #0085B4
Black with #0085B4
Text Example
Text Example
White with #0085B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0085B4; }
p { color: rgb(0,133,180); }
H1.HeaderClassName
{
color: #0085B4;
}
.AnyTagClassName
{
color: #0085B4;
}
</style>
background-color css
<style>
a { background-color: #0085B4; }
a { background-color: rgb(0,133,180); }
div.DivClassName
{
background-color: #0085B4;
}
.BgClassName
{
background-color: #0085B4;
}
</style>
border-color css
<style>
span { border-color: #0085B4; }
span { border-color: rgb(0,133,180); }
td.TdClassName
{
border-color: #0085B4;
}
.TagClassName
{
border-color: #0085B4;
}
</style>