Shades of Cerulean #0382AB
Tints of Cerulean #0382AB
RGB
CMYK
RGB Variations
Color information
#0382AB (or 0x0382AB) is known color: Cerulean. HEX triplet: 03, 82 and AB. RGB value is (3,130,171). Sum of RGB (Red+Green+Blue) = 3+130+171=304 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #0382AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0382AB is #FC7D54. Grayscale: #606060. Windows color (decimal): -16547157 or 11239939. OLE color: 11239939.
HSL color Cylindrical-coordinate representation of color #0382AB: hue angle of 194.64º degrees, saturation: 0.97, 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 #0382AB is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 130 | 171 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.33 |
| HSL | 194.64º | 0.97% | 0.34% | - |
| HSV(B) | 194.64º | 0.98% | 0.67% | - |
| XYZ | 15.37 | 18.92 | 41.37 | - |
| YUV | 96.7 | 169.92 | 61.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 130 | 171 | 0.98 | 0.24 | 0 | 0.33 | 194.64 | 0.97 | 0.34 |
| Hex | 3 | 82 | AB | 62 | 18 | 0 | 21 | C3 | 61 | 22 |
| Octal | 3 | 202 | 253 | 142 | 30 | 0 | 41 | 303 | 141 | 42 |
| Binary | 11 | 10000010 | 10101011 | 1100010 | 11000 | 0 | 100001 | 11000011 | 1100001 | 100010 |
Color Harmonies of #0382AB
Complementary color
Monochromatic Colors of #0382AB
Black with #0382AB
Text Example
Text Example
White with #0382AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0382AB; }
p { color: rgb(3,130,171); }
H1.HeaderClassName
{
color: #0382AB;
}
.AnyTagClassName
{
color: #0382AB;
}
</style>
background-color css
<style>
a { background-color: #0382AB; }
a { background-color: rgb(3,130,171); }
div.DivClassName
{
background-color: #0382AB;
}
.BgClassName
{
background-color: #0382AB;
}
</style>
border-color css
<style>
span { border-color: #0382AB; }
span { border-color: rgb(3,130,171); }
td.TdClassName
{
border-color: #0382AB;
}
.TagClassName
{
border-color: #0382AB;
}
</style>