Shades of Cerulean #0363A9
Tints of Cerulean #0363A9
RGB
CMYK
RGB Variations
Color information
#0363A9 (or 0x0363A9) is known color: Cerulean. HEX triplet: 03, 63 and A9. RGB value is (3,99,169). Sum of RGB (Red+Green+Blue) = 3+99+169=271 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 169 (66.41% from 255 or 62.36% from 271); Max value from RGB is 169 - color contains mainly: blue. Hex color #0363A9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0363A9 is #FC9C56. Grayscale: #4D4D4D. Windows color (decimal): -16555095 or 11100931. OLE color: 11100931.
HSL color Cylindrical-coordinate representation of color #0363A9: hue angle of 205.3º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0363A9 is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 3 | 99 | 169 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.34 |
| HSL | 205.3º | 0.97% | 0.34% | - |
| HSV(B) | 205.3º | 0.98% | 0.66% | - |
| XYZ | 11.66 | 11.81 | 39.2 | - |
| YUV | 78.28 | 179.2 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 99 | 169 | 0.98 | 0.41 | 0 | 0.34 | 205.3 | 0.97 | 0.34 |
| Hex | 3 | 63 | A9 | 62 | 29 | 0 | 22 | CD | 61 | 22 |
| Octal | 3 | 143 | 251 | 142 | 51 | 0 | 42 | 315 | 141 | 42 |
| Binary | 11 | 1100011 | 10101001 | 1100010 | 101001 | 0 | 100010 | 11001101 | 1100001 | 100010 |
Color Harmonies of #0363A9
Complementary color
Monochromatic Colors of #0363A9
Black with #0363A9
Text Example
Text Example
White with #0363A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0363A9; }
p { color: rgb(3,99,169); }
H1.HeaderClassName
{
color: #0363A9;
}
.AnyTagClassName
{
color: #0363A9;
}
</style>
background-color css
<style>
a { background-color: #0363A9; }
a { background-color: rgb(3,99,169); }
div.DivClassName
{
background-color: #0363A9;
}
.BgClassName
{
background-color: #0363A9;
}
</style>
border-color css
<style>
span { border-color: #0363A9; }
span { border-color: rgb(3,99,169); }
td.TdClassName
{
border-color: #0363A9;
}
.TagClassName
{
border-color: #0363A9;
}
</style>