Shades of Cerulean #0183AE
Tints of Cerulean #0183AE
RGB
CMYK
RGB Variations
Color information
#0183AE (or 0x0183AE) is known color: Cerulean. HEX triplet: 01, 83 and AE. RGB value is (1,131,174). Sum of RGB (Red+Green+Blue) = 1+131+174=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 174 (68.36% from 255 or 56.86% from 306); Max value from RGB is 174 - color contains mainly: blue. Hex color #0183AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0183AE is #FE7C51. Grayscale: #606060. Windows color (decimal): -16677970 or 11436801. OLE color: 11436801.
HSL color Cylindrical-coordinate representation of color #0183AE: hue angle of 194.91º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0183AE is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 131 | 174 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.32 |
| HSL | 194.91º | 0.99% | 0.34% | - |
| HSV(B) | 194.91º | 0.99% | 0.68% | - |
| XYZ | 15.77 | 19.3 | 42.94 | - |
| YUV | 97.03 | 171.43 | 59.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 131 | 174 | 0.99 | 0.25 | 0 | 0.32 | 194.91 | 0.99 | 0.34 |
| Hex | 1 | 83 | AE | 63 | 19 | 0 | 20 | C3 | 63 | 22 |
| Octal | 1 | 203 | 256 | 143 | 31 | 0 | 40 | 303 | 143 | 42 |
| Binary | 1 | 10000011 | 10101110 | 1100011 | 11001 | 0 | 100000 | 11000011 | 1100011 | 100010 |
Color Harmonies of #0183AE
Complementary color
Monochromatic Colors of #0183AE
Black with #0183AE
Text Example
Text Example
White with #0183AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0183AE; }
p { color: rgb(1,131,174); }
H1.HeaderClassName
{
color: #0183AE;
}
.AnyTagClassName
{
color: #0183AE;
}
</style>
background-color css
<style>
a { background-color: #0183AE; }
a { background-color: rgb(1,131,174); }
div.DivClassName
{
background-color: #0183AE;
}
.BgClassName
{
background-color: #0183AE;
}
</style>
border-color css
<style>
span { border-color: #0183AE; }
span { border-color: rgb(1,131,174); }
td.TdClassName
{
border-color: #0183AE;
}
.TagClassName
{
border-color: #0183AE;
}
</style>