Shades of Cerulean #0283AD
Tints of Cerulean #0283AD
RGB
CMYK
RGB Variations
Color information
#0283AD (or 0x0283AD) is known color: Cerulean. HEX triplet: 02, 83 and AD. RGB value is (2,131,173). Sum of RGB (Red+Green+Blue) = 2+131+173=306 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 173 (67.97% from 255 or 56.54% from 306); Max value from RGB is 173 - color contains mainly: blue. Hex color #0283AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0283AD is #FD7C52. Grayscale: #606060. Windows color (decimal): -16612435 or 11371266. OLE color: 11371266.
HSL color Cylindrical-coordinate representation of color #0283AD: hue angle of 194.74º degrees, saturation: 0.98, 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 #0283AD is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 131 | 173 | - |
| CMYK | 0.99 | 0.24 | 0 | 0.32 |
| HSL | 194.74º | 0.98% | 0.34% | - |
| HSV(B) | 194.74º | 0.99% | 0.68% | - |
| XYZ | 15.68 | 19.26 | 42.43 | - |
| YUV | 97.22 | 170.76 | 60.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 131 | 173 | 0.99 | 0.24 | 0 | 0.32 | 194.74 | 0.98 | 0.34 |
| Hex | 2 | 83 | AD | 63 | 18 | 0 | 20 | C3 | 62 | 22 |
| Octal | 2 | 203 | 255 | 143 | 30 | 0 | 40 | 303 | 142 | 42 |
| Binary | 10 | 10000011 | 10101101 | 1100011 | 11000 | 0 | 100000 | 11000011 | 1100010 | 100010 |
Color Harmonies of #0283AD
Complementary color
Monochromatic Colors of #0283AD
Black with #0283AD
Text Example
Text Example
White with #0283AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0283AD; }
p { color: rgb(2,131,173); }
H1.HeaderClassName
{
color: #0283AD;
}
.AnyTagClassName
{
color: #0283AD;
}
</style>
background-color css
<style>
a { background-color: #0283AD; }
a { background-color: rgb(2,131,173); }
div.DivClassName
{
background-color: #0283AD;
}
.BgClassName
{
background-color: #0283AD;
}
</style>
border-color css
<style>
span { border-color: #0283AD; }
span { border-color: rgb(2,131,173); }
td.TdClassName
{
border-color: #0283AD;
}
.TagClassName
{
border-color: #0283AD;
}
</style>