Shades of Navy #000683
Tints of Navy #000683
RGB
CMYK
RGB Variations
Color information
#000683 (or 0x000683) is known color: Navy. HEX triplet: 00, 06 and 83. RGB value is (0,6,131). Sum of RGB (Red+Green+Blue) = 0+6+131=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 6 (2.73% from 255 or 4.38% from 137); Blue value is 131 (51.56% from 255 or 95.62% from 137); Max value from RGB is 131 - color contains mainly: blue. Hex color #000683 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000683 is #FFF97C. Grayscale: #111111. Windows color (decimal): -16775549 or 8586752. OLE color: 8586752.
HSL color Cylindrical-coordinate representation of color #000683: hue angle of 237.25º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000683 is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 6 | 131 | - |
| CMYK | 1 | 0.95 | 0 | 0.49 |
| HSL | 237.25º | 1% | 0.26% | - |
| HSV(B) | 237.25º | 1% | 0.51% | - |
| XYZ | 4.16 | 1.77 | 21.59 | - |
| YUV | 18.46 | 191.51 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 6 | 131 | 1 | 0.95 | 0 | 0.49 | 237.25 | 1 | 0.26 |
| Hex | 0 | 6 | 83 | 64 | 5F | 0 | 31 | ED | 64 | 1A |
| Octal | 0 | 6 | 203 | 144 | 137 | 0 | 61 | 355 | 144 | 32 |
| Binary | 0 | 110 | 10000011 | 1100100 | 1011111 | 0 | 110001 | 11101101 | 1100100 | 11010 |
Color Harmonies of #000683
Complementary color
Monochromatic Colors of #000683
Black with #000683
Text Example
Text Example
White with #000683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000683; }
p { color: rgb(0,6,131); }
H1.HeaderClassName
{
color: #000683;
}
.AnyTagClassName
{
color: #000683;
}
</style>
background-color css
<style>
a { background-color: #000683; }
a { background-color: rgb(0,6,131); }
div.DivClassName
{
background-color: #000683;
}
.BgClassName
{
background-color: #000683;
}
</style>
border-color css
<style>
span { border-color: #000683; }
span { border-color: rgb(0,6,131); }
td.TdClassName
{
border-color: #000683;
}
.TagClassName
{
border-color: #000683;
}
</style>