Shades of Navy Blue #0383DD
Tints of Navy Blue #0383DD
RGB
CMYK
RGB Variations
Color information
#0383DD (or 0x0383DD) is known color: Navy Blue. HEX triplet: 03, 83 and DD. RGB value is (3,131,221). Sum of RGB (Red+Green+Blue) = 3+131+221=355 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 221 (86.72% from 255 or 62.25% from 355); Max value from RGB is 221 - color contains mainly: blue. Hex color #0383DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0383DD is #FC7C22. Grayscale: #666666. Windows color (decimal): -16546851 or 14516995. OLE color: 14516995.
HSL color Cylindrical-coordinate representation of color #0383DD: hue angle of 204.77º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0383DD is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 131 | 221 | - |
| CMYK | 0.99 | 0.41 | 0 | 0.13 |
| HSL | 204.77º | 0.97% | 0.44% | - |
| HSV(B) | 204.77º | 0.99% | 0.87% | - |
| XYZ | 21.21 | 21.47 | 71.43 | - |
| YUV | 102.99 | 194.59 | 56.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 131 | 221 | 0.99 | 0.41 | 0 | 0.13 | 204.77 | 0.97 | 0.44 |
| Hex | 3 | 83 | DD | 63 | 29 | 0 | D | CD | 61 | 2C |
| Octal | 3 | 203 | 335 | 143 | 51 | 0 | 15 | 315 | 141 | 54 |
| Binary | 11 | 10000011 | 11011101 | 1100011 | 101001 | 0 | 1101 | 11001101 | 1100001 | 101100 |
Color Harmonies of #0383DD
Complementary color
Monochromatic Colors of #0383DD
Black with #0383DD
Text Example
Text Example
White with #0383DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0383DD; }
p { color: rgb(3,131,221); }
H1.HeaderClassName
{
color: #0383DD;
}
.AnyTagClassName
{
color: #0383DD;
}
</style>
background-color css
<style>
a { background-color: #0383DD; }
a { background-color: rgb(3,131,221); }
div.DivClassName
{
background-color: #0383DD;
}
.BgClassName
{
background-color: #0383DD;
}
</style>
border-color css
<style>
span { border-color: #0383DD; }
span { border-color: rgb(3,131,221); }
td.TdClassName
{
border-color: #0383DD;
}
.TagClassName
{
border-color: #0383DD;
}
</style>