Shades of Navy Blue #0385DD
Tints of Navy Blue #0385DD
RGB
CMYK
RGB Variations
Color information
#0385DD (or 0x0385DD) is known color: Navy Blue. HEX triplet: 03, 85 and DD. RGB value is (3,133,221). Sum of RGB (Red+Green+Blue) = 3+133+221=357 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 221 (86.72% from 255 or 61.90% from 357); Max value from RGB is 221 - color contains mainly: blue. Hex color #0385DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0385DD is #FC7A22. Grayscale: #676767. Windows color (decimal): -16546339 or 14517507. OLE color: 14517507.
HSL color Cylindrical-coordinate representation of color #0385DD: hue angle of 204.22º 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 #0385DD is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 133 | 221 | - |
| CMYK | 0.99 | 0.40 | 0 | 0.13 |
| HSL | 204.22º | 0.97% | 0.44% | - |
| HSV(B) | 204.22º | 0.99% | 0.87% | - |
| XYZ | 21.48 | 22.01 | 71.52 | - |
| YUV | 104.16 | 193.93 | 55.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 133 | 221 | 0.99 | 0.40 | 0 | 0.13 | 204.22 | 0.97 | 0.44 |
| Hex | 3 | 85 | DD | 63 | 28 | 0 | D | CC | 61 | 2C |
| Octal | 3 | 205 | 335 | 143 | 50 | 0 | 15 | 314 | 141 | 54 |
| Binary | 11 | 10000101 | 11011101 | 1100011 | 101000 | 0 | 1101 | 11001100 | 1100001 | 101100 |
Color Harmonies of #0385DD
Complementary color
Monochromatic Colors of #0385DD
Black with #0385DD
Text Example
Text Example
White with #0385DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0385DD; }
p { color: rgb(3,133,221); }
H1.HeaderClassName
{
color: #0385DD;
}
.AnyTagClassName
{
color: #0385DD;
}
</style>
background-color css
<style>
a { background-color: #0385DD; }
a { background-color: rgb(3,133,221); }
div.DivClassName
{
background-color: #0385DD;
}
.BgClassName
{
background-color: #0385DD;
}
</style>
border-color css
<style>
span { border-color: #0385DD; }
span { border-color: rgb(3,133,221); }
td.TdClassName
{
border-color: #0385DD;
}
.TagClassName
{
border-color: #0385DD;
}
</style>