Shades of Navy #000384
Tints of Navy #000384
RGB
CMYK
RGB Variations
Color information
#000384 (or 0x000384) is known color: Navy. HEX triplet: 00, 03 and 84. RGB value is (0,3,132). Sum of RGB (Red+Green+Blue) = 0+3+132=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 132 (51.95% from 255 or 97.78% from 135); Max value from RGB is 132 - color contains mainly: blue. Hex color #000384 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000384 is #FFFC7B. Grayscale: #101010. Windows color (decimal): -16776316 or 8651520. OLE color: 8651520.
HSL color Cylindrical-coordinate representation of color #000384: hue angle of 238.64º 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 #000384 is Cyan = 1, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 3 | 132 | - |
| CMYK | 1 | 0.98 | 0 | 0.48 |
| HSL | 238.64º | 1% | 0.26% | - |
| HSV(B) | 238.64º | 1% | 0.52% | - |
| XYZ | 4.2 | 1.73 | 21.94 | - |
| YUV | 16.81 | 193.01 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 3 | 132 | 1 | 0.98 | 0 | 0.48 | 238.64 | 1 | 0.26 |
| Hex | 0 | 3 | 84 | 64 | 62 | 0 | 30 | EF | 64 | 1A |
| Octal | 0 | 3 | 204 | 144 | 142 | 0 | 60 | 357 | 144 | 32 |
| Binary | 0 | 11 | 10000100 | 1100100 | 1100010 | 0 | 110000 | 11101111 | 1100100 | 11010 |
Color Harmonies of #000384
Complementary color
Monochromatic Colors of #000384
Black with #000384
Text Example
Text Example
White with #000384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000384; }
p { color: rgb(0,3,132); }
H1.HeaderClassName
{
color: #000384;
}
.AnyTagClassName
{
color: #000384;
}
</style>
background-color css
<style>
a { background-color: #000384; }
a { background-color: rgb(0,3,132); }
div.DivClassName
{
background-color: #000384;
}
.BgClassName
{
background-color: #000384;
}
</style>
border-color css
<style>
span { border-color: #000384; }
span { border-color: rgb(0,3,132); }
td.TdClassName
{
border-color: #000384;
}
.TagClassName
{
border-color: #000384;
}
</style>