Shades of Cerulean #0463A5
Tints of Cerulean #0463A5
RGB
CMYK
RGB Variations
Color information
#0463A5 (or 0x0463A5) is known color: Cerulean. HEX triplet: 04, 63 and A5. RGB value is (4,99,165). Sum of RGB (Red+Green+Blue) = 4+99+165=268 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 165 (64.84% from 255 or 61.57% from 268); Max value from RGB is 165 - color contains mainly: blue. Hex color #0463A5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0463A5 is #FB9C5A. Grayscale: #4D4D4D. Windows color (decimal): -16489563 or 10838788. OLE color: 10838788.
HSL color Cylindrical-coordinate representation of color #0463A5: hue angle of 204.6º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0463A5 is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 4 | 99 | 165 | - |
| CMYK | 0.98 | 0.40 | 0 | 0.35 |
| HSL | 204.6º | 0.95% | 0.33% | - |
| HSV(B) | 204.6º | 0.98% | 0.65% | - |
| XYZ | 11.3 | 11.67 | 37.25 | - |
| YUV | 78.12 | 177.03 | 75.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 99 | 165 | 0.98 | 0.40 | 0 | 0.35 | 204.6 | 0.95 | 0.33 |
| Hex | 4 | 63 | A5 | 62 | 28 | 0 | 23 | CD | 5F | 21 |
| Octal | 4 | 143 | 245 | 142 | 50 | 0 | 43 | 315 | 137 | 41 |
| Binary | 100 | 1100011 | 10100101 | 1100010 | 101000 | 0 | 100011 | 11001101 | 1011111 | 100001 |
Color Harmonies of #0463A5
Complementary color
Monochromatic Colors of #0463A5
Black with #0463A5
Text Example
Text Example
White with #0463A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0463A5; }
p { color: rgb(4,99,165); }
H1.HeaderClassName
{
color: #0463A5;
}
.AnyTagClassName
{
color: #0463A5;
}
</style>
background-color css
<style>
a { background-color: #0463A5; }
a { background-color: rgb(4,99,165); }
div.DivClassName
{
background-color: #0463A5;
}
.BgClassName
{
background-color: #0463A5;
}
</style>
border-color css
<style>
span { border-color: #0463A5; }
span { border-color: rgb(4,99,165); }
td.TdClassName
{
border-color: #0463A5;
}
.TagClassName
{
border-color: #0463A5;
}
</style>