Html Css Color HEX #000685 Navy

📋 copy color: '#000685'

red 0 ◦ green 6 ◦ blue 133

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

Shades of Navy #000685

Tints of Navy #000685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 95.68%

R = 0%
G = 4.32%
B = 95.68%

CMYK

 C value IS 1

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#000685 (or 0x000685) is known color: Navy. HEX triplet: 00, 06 and 85. RGB value is (0,6,133). Sum of RGB (Red+Green+Blue) = 0+6+133=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 133 (52.34% from 255 or 95.68% from 139); Max value from RGB is 133 - color contains mainly: blue. Hex color #000685 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000685 is #FFF97A. Grayscale: #121212. Windows color (decimal): -16775547 or 8717824. OLE color: 8717824.

HSL color Cylindrical-coordinate representation of color #000685: hue angle of 237.29º 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 #000685 is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 6 133 -
CMYK 1 0.95 0 0.48
HSL 237.29º 1% 0.26% -
HSV(B) 237.29º 1% 0.52% -
XYZ 4.3 1.82 22.32 -
YUV 18.68 192.51 114.67 -
System Red Green Blue C M Y K H S L
Decimal 0 6 133 1 0.95 0 0.48 237.29 1 0.26
Hex 0 6 85 64 5F 0 30 ED 64 1A
Octal 0 6 205 144 137 0 60 355 144 32
Binary 0 110 10000101 1100100 1011111 0 110000 11101101 1100100 11010

Color Harmonies of #000685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000685

Black with #000685

Text Example


Text Example

White with #000685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000685; }

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

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

background-color css

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

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

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

border-color css

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

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

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