Shades of Navy Blue #0483DE
Tints of Navy Blue #0483DE
RGB
CMYK
RGB Variations
Color information
#0483DE (or 0x0483DE) is known color: Navy Blue. HEX triplet: 04, 83 and DE. RGB value is (4,131,222). Sum of RGB (Red+Green+Blue) = 4+131+222=357 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.12% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 222 (87.11% from 255 or 62.18% from 357); Max value from RGB is 222 - color contains mainly: blue. Hex color #0483DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0483DE is #FB7C21. Grayscale: #666666. Windows color (decimal): -16481314 or 14582532. OLE color: 14582532.
HSL color Cylindrical-coordinate representation of color #0483DE: hue angle of 205.05º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0483DE is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 131 | 222 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.13 |
| HSL | 205.05º | 0.96% | 0.44% | - |
| HSV(B) | 205.05º | 0.98% | 0.87% | - |
| XYZ | 21.35 | 21.53 | 72.14 | - |
| YUV | 103.4 | 194.92 | 57.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 131 | 222 | 0.98 | 0.41 | 0 | 0.13 | 205.05 | 0.96 | 0.44 |
| Hex | 4 | 83 | DE | 62 | 29 | 0 | D | CD | 60 | 2C |
| Octal | 4 | 203 | 336 | 142 | 51 | 0 | 15 | 315 | 140 | 54 |
| Binary | 100 | 10000011 | 11011110 | 1100010 | 101001 | 0 | 1101 | 11001101 | 1100000 | 101100 |
Color Harmonies of #0483DE
Complementary color
Monochromatic Colors of #0483DE
Black with #0483DE
Text Example
Text Example
White with #0483DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0483DE; }
p { color: rgb(4,131,222); }
H1.HeaderClassName
{
color: #0483DE;
}
.AnyTagClassName
{
color: #0483DE;
}
</style>
background-color css
<style>
a { background-color: #0483DE; }
a { background-color: rgb(4,131,222); }
div.DivClassName
{
background-color: #0483DE;
}
.BgClassName
{
background-color: #0483DE;
}
</style>
border-color css
<style>
span { border-color: #0483DE; }
span { border-color: rgb(4,131,222); }
td.TdClassName
{
border-color: #0483DE;
}
.TagClassName
{
border-color: #0483DE;
}
</style>