Shades of Navy Blue #0385DA
Tints of Navy Blue #0385DA
RGB
CMYK
RGB Variations
Color information
#0385DA (or 0x0385DA) is known color: Navy Blue. HEX triplet: 03, 85 and DA. RGB value is (3,133,218). Sum of RGB (Red+Green+Blue) = 3+133+218=354 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 218 (85.55% from 255 or 61.58% from 354); Max value from RGB is 218 - color contains mainly: blue. Hex color #0385DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0385DA is #FC7A25. Grayscale: #676767. Windows color (decimal): -16546342 or 14320899. OLE color: 14320899.
HSL color Cylindrical-coordinate representation of color #0385DA: hue angle of 203.72º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0385DA is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 133 | 218 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.15 |
| HSL | 203.72º | 0.97% | 0.43% | - |
| HSV(B) | 203.72º | 0.99% | 0.85% | - |
| XYZ | 21.08 | 21.86 | 69.44 | - |
| YUV | 103.82 | 192.43 | 56.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 133 | 218 | 0.99 | 0.39 | 0 | 0.15 | 203.72 | 0.97 | 0.43 |
| Hex | 3 | 85 | DA | 63 | 27 | 0 | F | CC | 61 | 2B |
| Octal | 3 | 205 | 332 | 143 | 47 | 0 | 17 | 314 | 141 | 53 |
| Binary | 11 | 10000101 | 11011010 | 1100011 | 100111 | 0 | 1111 | 11001100 | 1100001 | 101011 |
Color Harmonies of #0385DA
Complementary color
Monochromatic Colors of #0385DA
Black with #0385DA
Text Example
Text Example
White with #0385DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0385DA; }
p { color: rgb(3,133,218); }
H1.HeaderClassName
{
color: #0385DA;
}
.AnyTagClassName
{
color: #0385DA;
}
</style>
background-color css
<style>
a { background-color: #0385DA; }
a { background-color: rgb(3,133,218); }
div.DivClassName
{
background-color: #0385DA;
}
.BgClassName
{
background-color: #0385DA;
}
</style>
border-color css
<style>
span { border-color: #0385DA; }
span { border-color: rgb(3,133,218); }
td.TdClassName
{
border-color: #0385DA;
}
.TagClassName
{
border-color: #0385DA;
}
</style>