Shades of Cerulean #0183AA
Tints of Cerulean #0183AA
RGB
CMYK
RGB Variations
Color information
#0183AA (or 0x0183AA) is known color: Cerulean. HEX triplet: 01, 83 and AA. RGB value is (1,131,170). Sum of RGB (Red+Green+Blue) = 1+131+170=302 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 302); Green value is 131 (51.56% from 255 or 43.38% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #0183AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0183AA is #FE7C55. Grayscale: #606060. Windows color (decimal): -16677974 or 11174657. OLE color: 11174657.
HSL color Cylindrical-coordinate representation of color #0183AA: hue angle of 193.85º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0183AA is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 131 | 170 | - |
| CMYK | 0.99 | 0.23 | 0 | 0.33 |
| HSL | 193.85º | 0.99% | 0.34% | - |
| HSV(B) | 193.85º | 0.99% | 0.67% | - |
| XYZ | 15.38 | 19.14 | 40.91 | - |
| YUV | 96.58 | 169.43 | 59.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 131 | 170 | 0.99 | 0.23 | 0 | 0.33 | 193.85 | 0.99 | 0.34 |
| Hex | 1 | 83 | AA | 63 | 17 | 0 | 21 | C2 | 63 | 22 |
| Octal | 1 | 203 | 252 | 143 | 27 | 0 | 41 | 302 | 143 | 42 |
| Binary | 1 | 10000011 | 10101010 | 1100011 | 10111 | 0 | 100001 | 11000010 | 1100011 | 100010 |
Color Harmonies of #0183AA
Complementary color
Monochromatic Colors of #0183AA
Black with #0183AA
Text Example
Text Example
White with #0183AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0183AA; }
p { color: rgb(1,131,170); }
H1.HeaderClassName
{
color: #0183AA;
}
.AnyTagClassName
{
color: #0183AA;
}
</style>
background-color css
<style>
a { background-color: #0183AA; }
a { background-color: rgb(1,131,170); }
div.DivClassName
{
background-color: #0183AA;
}
.BgClassName
{
background-color: #0183AA;
}
</style>
border-color css
<style>
span { border-color: #0183AA; }
span { border-color: rgb(1,131,170); }
td.TdClassName
{
border-color: #0183AA;
}
.TagClassName
{
border-color: #0183AA;
}
</style>