Shades of Navy Blue #0384DF
Tints of Navy Blue #0384DF
RGB
CMYK
RGB Variations
Color information
#0384DF (or 0x0384DF) is known color: Navy Blue. HEX triplet: 03, 84 and DF. RGB value is (3,132,223). Sum of RGB (Red+Green+Blue) = 3+132+223=358 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 223 (87.5% from 255 or 62.29% from 358); Max value from RGB is 223 - color contains mainly: blue. Hex color #0384DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0384DF is #FC7B20. Grayscale: #676767. Windows color (decimal): -16546593 or 14648323. OLE color: 14648323.
HSL color Cylindrical-coordinate representation of color #0384DF: hue angle of 204.82º 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 #0384DF is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 132 | 223 | - |
| CMYK | 0.99 | 0.41 | 0 | 0.13 |
| HSL | 204.82º | 0.97% | 0.44% | - |
| HSV(B) | 204.82º | 0.99% | 0.87% | - |
| XYZ | 21.61 | 21.85 | 72.89 | - |
| YUV | 103.8 | 195.26 | 56.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 132 | 223 | 0.99 | 0.41 | 0 | 0.13 | 204.82 | 0.97 | 0.44 |
| Hex | 3 | 84 | DF | 63 | 29 | 0 | D | CD | 61 | 2C |
| Octal | 3 | 204 | 337 | 143 | 51 | 0 | 15 | 315 | 141 | 54 |
| Binary | 11 | 10000100 | 11011111 | 1100011 | 101001 | 0 | 1101 | 11001101 | 1100001 | 101100 |
Color Harmonies of #0384DF
Complementary color
Monochromatic Colors of #0384DF
Black with #0384DF
Text Example
Text Example
White with #0384DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0384DF; }
p { color: rgb(3,132,223); }
H1.HeaderClassName
{
color: #0384DF;
}
.AnyTagClassName
{
color: #0384DF;
}
</style>
background-color css
<style>
a { background-color: #0384DF; }
a { background-color: rgb(3,132,223); }
div.DivClassName
{
background-color: #0384DF;
}
.BgClassName
{
background-color: #0384DF;
}
</style>
border-color css
<style>
span { border-color: #0384DF; }
span { border-color: rgb(3,132,223); }
td.TdClassName
{
border-color: #0384DF;
}
.TagClassName
{
border-color: #0384DF;
}
</style>