Shades of Cerulean #0083B7
Tints of Cerulean #0083B7
RGB
CMYK
RGB Variations
Color information
#0083B7 (or 0x0083B7) is known color: Cerulean. HEX triplet: 00, 83 and B7. RGB value is (0,131,183). Sum of RGB (Red+Green+Blue) = 0+131+183=314 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 314); Green value is 131 (51.56% from 255 or 41.72% from 314); Blue value is 183 (71.88% from 255 or 58.28% from 314); Max value from RGB is 183 - color contains mainly: blue. Hex color #0083B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0083B7 is #FF7C48. Grayscale: #616161. Windows color (decimal): -16743497 or 12026624. OLE color: 12026624.
HSL color Cylindrical-coordinate representation of color #0083B7: hue angle of 197.05º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0083B7 is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 131 | 183 | - |
| CMYK | 1 | 0.28 | 0 | 0.28 |
| HSL | 197.05º | 1% | 0.36% | - |
| HSV(B) | 197.05º | 1% | 0.72% | - |
| XYZ | 16.66 | 19.65 | 47.71 | - |
| YUV | 97.76 | 176.1 | 58.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 131 | 183 | 1 | 0.28 | 0 | 0.28 | 197.05 | 1 | 0.36 |
| Hex | 0 | 83 | B7 | 64 | 1C | 0 | 1C | C5 | 64 | 24 |
| Octal | 0 | 203 | 267 | 144 | 34 | 0 | 34 | 305 | 144 | 44 |
| Binary | 0 | 10000011 | 10110111 | 1100100 | 11100 | 0 | 11100 | 11000101 | 1100100 | 100100 |
Color Harmonies of #0083B7
Complementary color
Monochromatic Colors of #0083B7
Black with #0083B7
Text Example
Text Example
White with #0083B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0083B7; }
p { color: rgb(0,131,183); }
H1.HeaderClassName
{
color: #0083B7;
}
.AnyTagClassName
{
color: #0083B7;
}
</style>
background-color css
<style>
a { background-color: #0083B7; }
a { background-color: rgb(0,131,183); }
div.DivClassName
{
background-color: #0083B7;
}
.BgClassName
{
background-color: #0083B7;
}
</style>
border-color css
<style>
span { border-color: #0083B7; }
span { border-color: rgb(0,131,183); }
td.TdClassName
{
border-color: #0083B7;
}
.TagClassName
{
border-color: #0083B7;
}
</style>