Shades of Navy #000385
Tints of Navy #000385
RGB
CMYK
RGB Variations
Color information
#000385 (or 0x000385) is known color: Navy. HEX triplet: 00, 03 and 85. RGB value is (0,3,133). Sum of RGB (Red+Green+Blue) = 0+3+133=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 133 (52.34% from 255 or 97.79% from 136); Max value from RGB is 133 - color contains mainly: blue. Hex color #000385 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000385 is #FFFC7A. Grayscale: #101010. Windows color (decimal): -16776315 or 8717056. OLE color: 8717056.
HSL color Cylindrical-coordinate representation of color #000385: hue angle of 238.65º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000385 is Cyan = 1, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 3 | 133 | - |
| CMYK | 1 | 0.98 | 0 | 0.48 |
| HSL | 238.65º | 1% | 0.26% | - |
| HSV(B) | 238.65º | 1% | 0.52% | - |
| XYZ | 4.27 | 1.76 | 22.3 | - |
| YUV | 16.92 | 193.51 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 3 | 133 | 1 | 0.98 | 0 | 0.48 | 238.65 | 1 | 0.26 |
| Hex | 0 | 3 | 85 | 64 | 62 | 0 | 30 | EF | 64 | 1A |
| Octal | 0 | 3 | 205 | 144 | 142 | 0 | 60 | 357 | 144 | 32 |
| Binary | 0 | 11 | 10000101 | 1100100 | 1100010 | 0 | 110000 | 11101111 | 1100100 | 11010 |
Color Harmonies of #000385
Complementary color
Monochromatic Colors of #000385
Black with #000385
Text Example
Text Example
White with #000385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000385; }
p { color: rgb(0,3,133); }
H1.HeaderClassName
{
color: #000385;
}
.AnyTagClassName
{
color: #000385;
}
</style>
background-color css
<style>
a { background-color: #000385; }
a { background-color: rgb(0,3,133); }
div.DivClassName
{
background-color: #000385;
}
.BgClassName
{
background-color: #000385;
}
</style>
border-color css
<style>
span { border-color: #000385; }
span { border-color: rgb(0,3,133); }
td.TdClassName
{
border-color: #000385;
}
.TagClassName
{
border-color: #000385;
}
</style>