Shades of Navy #000284
Tints of Navy #000284
RGB
CMYK
RGB Variations
Color information
#000284 (or 0x000284) is known color: Navy. HEX triplet: 00, 02 and 84. RGB value is (0,2,132). Sum of RGB (Red+Green+Blue) = 0+2+132=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 132 (51.95% from 255 or 98.51% from 134); Max value from RGB is 132 - color contains mainly: blue. Hex color #000284 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000284 is #FFFD7B. Grayscale: #0F0F0F. Windows color (decimal): -16776572 or 8651264. OLE color: 8651264.
HSL color Cylindrical-coordinate representation of color #000284: hue angle of 239.09º 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 #000284 is Cyan = 1, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
RGB | 0 | 2 | 132 | - |
CMYK | 1 | 0.98 | 0 | 0.48 |
HSL | 239.09º | 1% | 0.26% | - |
HSV(B) | 239.09º | 1% | 0.52% | - |
XYZ | 4.19 | 1.71 | 21.94 | - |
YUV | 16.22 | 193.34 | 116.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 2 | 132 | 1 | 0.98 | 0 | 0.48 | 239.09 | 1 | 0.26 |
Hex | 0 | 2 | 84 | 64 | 62 | 0 | 30 | EF | 64 | 1A |
Octal | 0 | 2 | 204 | 144 | 142 | 0 | 60 | 357 | 144 | 32 |
Binary | 0 | 10 | 10000100 | 1100100 | 1100010 | 0 | 110000 | 11101111 | 1100100 | 11010 |
Color Harmonies of #000284
Complementary color
Monochromatic Colors of #000284
Black with #000284
Text Example
Text Example
White with #000284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000284; }
p { color: rgb(0,2,132); }
H1.HeaderClassName
{
color: #000284;
}
.AnyTagClassName
{
color: #000284;
}
</style>
background-color css
<style>
a { background-color: #000284; }
a { background-color: rgb(0,2,132); }
div.DivClassName
{
background-color: #000284;
}
.BgClassName
{
background-color: #000284;
}
</style>
border-color css
<style>
span { border-color: #000284; }
span { border-color: rgb(0,2,132); }
td.TdClassName
{
border-color: #000284;
}
.TagClassName
{
border-color: #000284;
}
</style>