Shades of Cerulean #0483AB
Tints of Cerulean #0483AB
RGB
CMYK
RGB Variations
Color information
#0483AB (or 0x0483AB) is known color: Cerulean. HEX triplet: 04, 83 and AB. RGB value is (4,131,171). Sum of RGB (Red+Green+Blue) = 4+131+171=306 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #0483AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0483AB is #FB7C54. Grayscale: #616161. Windows color (decimal): -16481365 or 11240196. OLE color: 11240196.
HSL color Cylindrical-coordinate representation of color #0483AB: hue angle of 194.37º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0483AB is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 131 | 171 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.33 |
| HSL | 194.37º | 0.95% | 0.34% | - |
| HSV(B) | 194.37º | 0.98% | 0.67% | - |
| XYZ | 15.52 | 19.2 | 41.42 | - |
| YUV | 97.59 | 169.42 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 131 | 171 | 0.98 | 0.23 | 0 | 0.33 | 194.37 | 0.95 | 0.34 |
| Hex | 4 | 83 | AB | 62 | 17 | 0 | 21 | C2 | 5F | 22 |
| Octal | 4 | 203 | 253 | 142 | 27 | 0 | 41 | 302 | 137 | 42 |
| Binary | 100 | 10000011 | 10101011 | 1100010 | 10111 | 0 | 100001 | 11000010 | 1011111 | 100010 |
Color Harmonies of #0483AB
Complementary color
Monochromatic Colors of #0483AB
Black with #0483AB
Text Example
Text Example
White with #0483AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0483AB; }
p { color: rgb(4,131,171); }
H1.HeaderClassName
{
color: #0483AB;
}
.AnyTagClassName
{
color: #0483AB;
}
</style>
background-color css
<style>
a { background-color: #0483AB; }
a { background-color: rgb(4,131,171); }
div.DivClassName
{
background-color: #0483AB;
}
.BgClassName
{
background-color: #0483AB;
}
</style>
border-color css
<style>
span { border-color: #0483AB; }
span { border-color: rgb(4,131,171); }
td.TdClassName
{
border-color: #0483AB;
}
.TagClassName
{
border-color: #0483AB;
}
</style>