Shades of Navy Blue #0483DC
Tints of Navy Blue #0483DC
RGB
CMYK
RGB Variations
Color information
#0483DC (or 0x0483DC) is known color: Navy Blue. HEX triplet: 04, 83 and DC. RGB value is (4,131,220). Sum of RGB (Red+Green+Blue) = 4+131+220=355 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 220 (86.33% from 255 or 61.97% from 355); Max value from RGB is 220 - color contains mainly: blue. Hex color #0483DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0483DC is #FB7C23. Grayscale: #666666. Windows color (decimal): -16481316 or 14451460. OLE color: 14451460.
HSL color Cylindrical-coordinate representation of color #0483DC: hue angle of 204.72º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0483DC is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 131 | 220 | - |
| CMYK | 0.98 | 0.40 | 0 | 0.14 |
| HSL | 204.72º | 0.96% | 0.44% | - |
| HSV(B) | 204.72º | 0.98% | 0.86% | - |
| XYZ | 21.08 | 21.43 | 70.73 | - |
| YUV | 103.17 | 193.92 | 57.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 131 | 220 | 0.98 | 0.40 | 0 | 0.14 | 204.72 | 0.96 | 0.44 |
| Hex | 4 | 83 | DC | 62 | 28 | 0 | E | CD | 60 | 2C |
| Octal | 4 | 203 | 334 | 142 | 50 | 0 | 16 | 315 | 140 | 54 |
| Binary | 100 | 10000011 | 11011100 | 1100010 | 101000 | 0 | 1110 | 11001101 | 1100000 | 101100 |
Color Harmonies of #0483DC
Complementary color
Monochromatic Colors of #0483DC
Black with #0483DC
Text Example
Text Example
White with #0483DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0483DC; }
p { color: rgb(4,131,220); }
H1.HeaderClassName
{
color: #0483DC;
}
.AnyTagClassName
{
color: #0483DC;
}
</style>
background-color css
<style>
a { background-color: #0483DC; }
a { background-color: rgb(4,131,220); }
div.DivClassName
{
background-color: #0483DC;
}
.BgClassName
{
background-color: #0483DC;
}
</style>
border-color css
<style>
span { border-color: #0483DC; }
span { border-color: rgb(4,131,220); }
td.TdClassName
{
border-color: #0483DC;
}
.TagClassName
{
border-color: #0483DC;
}
</style>