Html Css Color HEX #000682 Navy

📋 copy color: '#000682'

red 0 ◦ green 6 ◦ blue 130

#000682
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #000682

Tints of Navy #000682

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 6 (2.73% from 255) = 4.41%

 BLUE value IS 130 (51.17% from 255) = 95.59%

R = 0%
G = 4.41%
B = 95.59%

CMYK

 C value IS 1

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#000682 (or 0x000682) is known color: Navy. HEX triplet: 00, 06 and 82. RGB value is (0,6,130). Sum of RGB (Red+Green+Blue) = 0+6+130=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 6 (2.73% from 255 or 4.41% from 136); Blue value is 130 (51.17% from 255 or 95.59% from 136); Max value from RGB is 130 - color contains mainly: blue. Hex color #000682 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000682 is #FFF97D. Grayscale: #111111. Windows color (decimal): -16775550 or 8521216. OLE color: 8521216.

HSL color Cylindrical-coordinate representation of color #000682: hue angle of 237.23º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000682 is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 0 6 130 -
CMYK 1 0.95 0 0.49
HSL 237.23º 1% 0.25% -
HSV(B) 237.23º 1% 0.51% -
XYZ 4.09 1.74 21.24 -
YUV 18.34 191.01 114.92 -
System Red Green Blue C M Y K H S L
Decimal 0 6 130 1 0.95 0 0.49 237.23 1 0.25
Hex 0 6 82 64 5F 0 31 ED 64 19
Octal 0 6 202 144 137 0 61 355 144 31
Binary 0 110 10000010 1100100 1011111 0 110001 11101101 1100100 11001

Color Harmonies of #000682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000682

Black with #000682

Text Example


Text Example

White with #000682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000682; }

 p { color: rgb(0,6,130); }

 H1.HeaderClassName
 {
   color: #000682;
 }
 .AnyTagClassName
 {
   color: #000682;
 }
</style>

background-color css

<style>
 a { background-color: #000682; }

 a { background-color: rgb(0,6,130); }

 div.DivClassName
 {
   background-color: #000682;
 }
 .BgClassName
 {
   background-color: #000682;
 }
</style>

border-color css

<style>
 span { border-color: #000682; }

 span { border-color: rgb(0,6,130); }

 td.TdClassName
 {
   border-color: #000682;
 }
 .TagClassName
 {
   border-color: #000682;
 }
</style>