Shades of Cerulean #0085B3
Tints of Cerulean #0085B3
RGB
CMYK
RGB Variations
Color information
#0085B3 (or 0x0085B3) is known color: Cerulean. HEX triplet: 00, 85 and B3. RGB value is (0,133,179). Sum of RGB (Red+Green+Blue) = 0+133+179=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 179 (70.31% from 255 or 57.37% from 312); Max value from RGB is 179 - color contains mainly: blue. Hex color #0085B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0085B3 is #FF7A4C. Grayscale: #626262. Windows color (decimal): -16742989 or 11764992. OLE color: 11764992.
HSL color Cylindrical-coordinate representation of color #0085B3: hue angle of 195.42º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0085B3 is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 0 | 133 | 179 | - |
| CMYK | 1 | 0.26 | 0 | 0.30 |
| HSL | 195.42º | 1% | 0.35% | - |
| HSV(B) | 195.42º | 1% | 0.7% | - |
| XYZ | 16.52 | 20.03 | 45.64 | - |
| YUV | 98.48 | 173.44 | 57.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 179 | 1 | 0.26 | 0 | 0.30 | 195.42 | 1 | 0.35 |
| Hex | 0 | 85 | B3 | 64 | 1A | 0 | 1E | C3 | 64 | 23 |
| Octal | 0 | 205 | 263 | 144 | 32 | 0 | 36 | 303 | 144 | 43 |
| Binary | 0 | 10000101 | 10110011 | 1100100 | 11010 | 0 | 11110 | 11000011 | 1100100 | 100011 |
Color Harmonies of #0085B3
Complementary color
Monochromatic Colors of #0085B3
Black with #0085B3
Text Example
Text Example
White with #0085B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0085B3; }
p { color: rgb(0,133,179); }
H1.HeaderClassName
{
color: #0085B3;
}
.AnyTagClassName
{
color: #0085B3;
}
</style>
background-color css
<style>
a { background-color: #0085B3; }
a { background-color: rgb(0,133,179); }
div.DivClassName
{
background-color: #0085B3;
}
.BgClassName
{
background-color: #0085B3;
}
</style>
border-color css
<style>
span { border-color: #0085B3; }
span { border-color: rgb(0,133,179); }
td.TdClassName
{
border-color: #0085B3;
}
.TagClassName
{
border-color: #0085B3;
}
</style>